org.jppf.jca.work
Class JcaSocketInitializer
java.lang.Object
org.jppf.comm.socket.AbstractSocketInitializer
org.jppf.jca.work.JcaSocketInitializer
- All Implemented Interfaces:
- SocketInitializer
public class JcaSocketInitializer
- extends AbstractSocketInitializer
Socket intializer for the JPPF resource adapter.
This implementation does not rely on its own threads or timers to not interfere with the application server.
- Author:
- Laurent Cohen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JcaSocketInitializer
public JcaSocketInitializer()
close
public void close()
- Description copied from interface:
SocketInitializer
- Close this initializer.
- See Also:
SocketInitializer.close()
initializeSocket
public void initializeSocket(SocketWrapper socketWrapper)
- Initialize the underlying socket.
- Parameters:
socketWrapper - wrapper around the socket to initialize.- See Also:
SocketInitializer.initializeSocket(org.jppf.comm.socket.SocketWrapper)
Copyright © 2005-2010 JPPF Team.