org.jppf.classloader
Class LocalClassLoaderChannel

java.lang.Object
  extended by org.jppf.utils.ThreadSynchronization
      extended by org.jppf.server.nio.AbstractChannelWrapper<T>
          extended by org.jppf.server.nio.AbstractLocalChannelWrapper<JPPFResourceWrapper,AbstractNioContext>
              extended by 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

Field Summary
 
Fields inherited from class org.jppf.server.nio.AbstractLocalChannelWrapper
keyOps, nodeLock, nodeResource, readyOps, serverLock, serverResource
 
Fields inherited from class org.jppf.server.nio.AbstractChannelWrapper
channel, id, selector
 
Fields inherited from class org.jppf.utils.ThreadSynchronization
stopped
 
Constructor Summary
LocalClassLoaderChannel(AbstractNioContext context)
          Initialize this I/O handler with the specified context.
 
Method Summary
 
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
 
Methods inherited from class org.jppf.utils.ThreadSynchronization
goToSleep, goToSleep, goToSleep, isStopped, setStopped, wakeUp
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.