public class NoopChannel
extends hudson.remoting.Channel
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(hudson.remoting.Channel.Listener l) |
void |
addLocalExecutionInterceptor(org.jenkinsci.remoting.CallableDecorator decorator) |
void |
addLocalExecutionInterceptor(hudson.remoting.CallableFilter filter)
Deprecated.
|
<V,T extends Throwable> |
call(hudson.remoting.Callable<V,T> callable) |
<V,T extends Throwable> |
callAsync(hudson.remoting.Callable<V,T> callable) |
void |
close() |
void |
close(Throwable diagnosis) |
hudson.remoting.forward.ListeningPort |
createLocalToRemotePortForwarding(int recvPort,
String forwardHost,
int forwardPort) |
hudson.remoting.forward.ListeningPort |
createRemoteToLocalPortForwarding(int recvPort,
String forwardHost,
int forwardPort) |
void |
dumpExportTable(PrintWriter w) |
void |
dumpPerformanceCounters(PrintWriter w) |
<T> T |
export(Class<T> type,
T instance) |
hudson.remoting.JarCache |
getJarCache() |
long |
getLastHeard() |
String |
getName() |
<T> T |
getProperty(hudson.remoting.ChannelProperty<T> key) |
Object |
getProperty(Object key) |
<T> T |
getRemoteProperty(hudson.remoting.ChannelProperty<T> key) |
Object |
getRemoteProperty(Object key) |
OutputStream |
getUnderlyingOutput() |
boolean |
isArbitraryCallableAllowed() |
boolean |
isClosingOrClosed() |
boolean |
isInClosed() |
boolean |
isOutClosed() |
boolean |
isRemoteClassLoadingAllowed() |
boolean |
isRestricted() |
void |
join() |
void |
join(long timeout) |
void |
pin(Object instance) |
void |
pinClassLoader(ClassLoader cl) |
boolean |
preloadJar(hudson.remoting.Callable<?,?> classLoaderRef,
Class... classesInJar) |
boolean |
preloadJar(ClassLoader local,
Class... classesInJar) |
boolean |
preloadJar(ClassLoader local,
URL... jars) |
boolean |
removeListener(hudson.remoting.Channel.Listener l) |
void |
removeLocalExecutionInterceptor(org.jenkinsci.remoting.CallableDecorator decorator) |
void |
removeLocalExecutionInterceptor(hudson.remoting.CallableFilter filter)
Deprecated.
|
void |
resetPerformanceCounters() |
void |
setArbitraryCallableAllowed(boolean b) |
void |
setJarCache(hudson.remoting.JarCache jarCache) |
void |
setMaximumBytecodeLevel(short level) |
<T> T |
setProperty(hudson.remoting.ChannelProperty<T> key,
T value) |
Object |
setProperty(Object key,
Object value) |
void |
setRemoteClassLoadingAllowed(boolean b) |
void |
setRestricted(boolean b) |
void |
syncIO() |
void |
syncLocalIO() |
void |
terminate(IOException e) |
String |
toString() |
<T> T |
waitForProperty(hudson.remoting.ChannelProperty<T> key) |
Object |
waitForProperty(Object key) |
<T> T |
waitForRemoteProperty(hudson.remoting.ChannelProperty<T> key) |
Object |
waitForRemoteProperty(Object key) |
public String getName()
getName in class hudson.remoting.Channelpublic String toString()
toString in class hudson.remoting.Channelpublic boolean isInClosed()
isInClosed in class hudson.remoting.Channelpublic boolean isOutClosed()
isOutClosed in class hudson.remoting.Channelpublic boolean isClosingOrClosed()
isClosingOrClosed in class hudson.remoting.Channelpublic hudson.remoting.JarCache getJarCache()
getJarCache in class hudson.remoting.Channelpublic void setJarCache(hudson.remoting.JarCache jarCache)
setJarCache in class hudson.remoting.Channelpublic void join()
join in interface hudson.remoting.VirtualChanneljoin in class hudson.remoting.Channelpublic void join(long timeout)
join in interface hudson.remoting.VirtualChanneljoin in class hudson.remoting.Channelpublic void addListener(hudson.remoting.Channel.Listener l)
addListener in class hudson.remoting.Channelpublic boolean removeListener(hudson.remoting.Channel.Listener l)
removeListener in class hudson.remoting.Channelpublic void addLocalExecutionInterceptor(org.jenkinsci.remoting.CallableDecorator decorator)
addLocalExecutionInterceptor in class hudson.remoting.Channelpublic void removeLocalExecutionInterceptor(org.jenkinsci.remoting.CallableDecorator decorator)
removeLocalExecutionInterceptor in class hudson.remoting.Channel@Deprecated public void addLocalExecutionInterceptor(hudson.remoting.CallableFilter filter)
addLocalExecutionInterceptor in class hudson.remoting.Channel@Deprecated public void removeLocalExecutionInterceptor(hudson.remoting.CallableFilter filter)
removeLocalExecutionInterceptor in class hudson.remoting.Channelpublic boolean isRestricted()
isRestricted in class hudson.remoting.Channelpublic void setRestricted(boolean b)
setRestricted in class hudson.remoting.Channelpublic boolean isRemoteClassLoadingAllowed()
isRemoteClassLoadingAllowed in class hudson.remoting.Channelpublic void setRemoteClassLoadingAllowed(boolean b)
setRemoteClassLoadingAllowed in class hudson.remoting.Channelpublic boolean isArbitraryCallableAllowed()
isArbitraryCallableAllowed in class hudson.remoting.Channelpublic void setArbitraryCallableAllowed(boolean b)
setArbitraryCallableAllowed in class hudson.remoting.Channelpublic void resetPerformanceCounters()
resetPerformanceCounters in class hudson.remoting.Channelpublic void dumpPerformanceCounters(PrintWriter w)
dumpPerformanceCounters in class hudson.remoting.Channelpublic void close()
close in interface hudson.remoting.VirtualChannelclose in interface Closeableclose in interface AutoCloseableclose in class hudson.remoting.Channelpublic void close(Throwable diagnosis)
close in class hudson.remoting.Channelpublic Object getProperty(Object key)
getProperty in class hudson.remoting.Channelpublic <T> T getProperty(hudson.remoting.ChannelProperty<T> key)
getProperty in class hudson.remoting.Channelpublic Object waitForProperty(Object key)
waitForProperty in class hudson.remoting.Channelpublic <T> T waitForProperty(hudson.remoting.ChannelProperty<T> key)
waitForProperty in class hudson.remoting.Channelpublic Object setProperty(Object key, Object value)
setProperty in class hudson.remoting.Channelpublic <T> T setProperty(hudson.remoting.ChannelProperty<T> key,
T value)
setProperty in class hudson.remoting.Channelpublic Object getRemoteProperty(Object key)
getRemoteProperty in class hudson.remoting.Channelpublic <T> T getRemoteProperty(hudson.remoting.ChannelProperty<T> key)
getRemoteProperty in class hudson.remoting.Channelpublic Object waitForRemoteProperty(Object key)
waitForRemoteProperty in class hudson.remoting.Channelpublic <T> T waitForRemoteProperty(hudson.remoting.ChannelProperty<T> key)
waitForRemoteProperty in class hudson.remoting.Channelpublic void setMaximumBytecodeLevel(short level)
setMaximumBytecodeLevel in class hudson.remoting.Channelpublic <T> T export(Class<T> type, T instance)
export in interface hudson.remoting.VirtualChannelexport in class hudson.remoting.Channelpublic void pin(Object instance)
pin in class hudson.remoting.Channelpublic void pinClassLoader(ClassLoader cl)
pinClassLoader in class hudson.remoting.Channelpublic boolean preloadJar(hudson.remoting.Callable<?,?> classLoaderRef,
Class... classesInJar)
preloadJar in class hudson.remoting.Channelpublic boolean preloadJar(ClassLoader local, Class... classesInJar)
preloadJar in class hudson.remoting.Channelpublic boolean preloadJar(ClassLoader local, URL... jars)
preloadJar in class hudson.remoting.Channelpublic <V,T extends Throwable> V call(hudson.remoting.Callable<V,T> callable) throws T extends Throwable
call in interface hudson.remoting.VirtualChannelcall in class hudson.remoting.ChannelT extends Throwablepublic <V,T extends Throwable> hudson.remoting.Future<V> callAsync(hudson.remoting.Callable<V,T> callable)
callAsync in interface hudson.remoting.VirtualChannelcallAsync in class hudson.remoting.Channelpublic void terminate(IOException e)
terminate in class hudson.remoting.Channelpublic OutputStream getUnderlyingOutput()
getUnderlyingOutput in class hudson.remoting.Channelpublic hudson.remoting.forward.ListeningPort createLocalToRemotePortForwarding(int recvPort,
String forwardHost,
int forwardPort)
createLocalToRemotePortForwarding in class hudson.remoting.Channelpublic hudson.remoting.forward.ListeningPort createRemoteToLocalPortForwarding(int recvPort,
String forwardHost,
int forwardPort)
createRemoteToLocalPortForwarding in class hudson.remoting.Channelpublic void syncIO()
syncIO in class hudson.remoting.Channelpublic void syncLocalIO()
syncLocalIO in interface hudson.remoting.VirtualChannelsyncLocalIO in class hudson.remoting.Channelpublic void dumpExportTable(PrintWriter w)
dumpExportTable in class hudson.remoting.Channelpublic long getLastHeard()
getLastHeard in class hudson.remoting.ChannelCopyright © 2016–2020. All rights reserved.