org.jppf.classloader
Class LocalClassLoaderChannel
java.lang.Object
org.jppf.utils.ThreadSynchronization
org.jppf.server.nio.AbstractChannelWrapper<T>
org.jppf.server.nio.AbstractLocalChannelWrapper<JPPFResourceWrapper,AbstractNioContext>
org.jppf.classloader.LocalClassLoaderChannel
- All Implemented Interfaces:
- ChannelWrapper<AbstractNioContext>
public class LocalClassLoaderChannel
- extends AbstractLocalChannelWrapper<JPPFResourceWrapper,AbstractNioContext>
Channel wrapper and I/O implementation for the class loader of an in-VM node.
- Author:
- Laurent Cohen
| Methods inherited from class org.jppf.server.nio.AbstractLocalChannelWrapper |
getContext, getKeyOps, getNodeLock, getNodeResource, getReadyOps, getServerLock, getServerResource, setKeyOps, setNodeResource, setReadyOps, setServerResource |
| Methods inherited from class org.jppf.server.nio.AbstractChannelWrapper |
close, equals, getChannel, getId, getSelector, hashCode, isAcceptable, isConnectable, isOpen, isReadable, isWritable, setSelector, toString |
LocalClassLoaderChannel
public LocalClassLoaderChannel(AbstractNioContext context)
- Initialize this I/O handler with the specified context.
- Parameters:
context - the context used as communication channel.
Copyright © 2005-2010 JPPF Team.