|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.transport.multiplex.Protocol
Copyright (c) 2005
Field Summary | |
protected static org.jboss.logging.Logger |
log
|
static int |
MP_CONNECT
|
static int |
MP_CONNECTED
|
static int |
MP_DISCONNECT
|
static int |
MP_ERROR
|
static int |
MP_FALSE
|
static int |
MP_INPUT_SHUTDOWN
|
static int |
MP_OUTPUT_SHUTDOWN
|
static int |
MP_REGISTER_REMOTE_SERVER
|
static int |
MP_SERVER_SOCKET_QUERY
|
static int |
MP_SHUTDOWN_MANAGER
|
static int |
MP_TRUE
|
static int |
MP_UNREGISTER_REMOTE_SERVER
|
Constructor Summary | |
Protocol(MultiplexingManager manager)
|
Method Summary | |
SocketId |
acceptConnect()
FIXME Comment this |
static SocketId |
acceptConnect(java.io.DataInputStream is)
FIXME Comment this |
void |
answerConnect(int port)
FIXME Comment this |
SocketId |
connect(SocketId socketId)
FIXME Comment this |
void |
disconnect(SocketId socketId)
|
org.jboss.remoting.transport.multiplex.Protocol.BackChannelThread |
getBackChannelThread()
FIXME Comment this |
boolean |
isRemoteServerSocketRegistered()
FIXME Comment this |
void |
notifyInputShutdown(SocketId socketId)
FIXME Comment this |
void |
notifyOfManagerShutdown()
|
void |
notifyOutputShutdown(SocketId socketId)
FIXME Comment this |
void |
registerRemoteServerSocket()
FIXME Comment this |
void |
unregisterRemoteServerSocket()
FIXME Comment this |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final org.jboss.logging.Logger log
public static final int MP_CONNECT
public static final int MP_CONNECTED
public static final int MP_INPUT_SHUTDOWN
public static final int MP_OUTPUT_SHUTDOWN
public static final int MP_DISCONNECT
public static final int MP_SERVER_SOCKET_QUERY
public static final int MP_REGISTER_REMOTE_SERVER
public static final int MP_UNREGISTER_REMOTE_SERVER
public static final int MP_SHUTDOWN_MANAGER
public static final int MP_ERROR
public static final int MP_TRUE
public static final int MP_FALSE
Constructor Detail |
public Protocol(MultiplexingManager manager) throws java.io.IOException
manager
-
java.io.IOException
Method Detail |
public SocketId connect(SocketId socketId) throws java.io.IOException
socketId
-
java.io.IOException
public static SocketId acceptConnect(java.io.DataInputStream is) throws java.io.IOException
is
-
java.io.IOException
public SocketId acceptConnect() throws java.io.IOException
java.io.IOException
public void answerConnect(int port) throws java.io.IOException
port
-
java.io.IOException
public void notifyInputShutdown(SocketId socketId)
socketId
- public void notifyOutputShutdown(SocketId socketId)
socketId
- public boolean isRemoteServerSocketRegistered() throws java.io.IOException
java.io.IOException
public void disconnect(SocketId socketId)
public void registerRemoteServerSocket()
public void unregisterRemoteServerSocket()
public void notifyOfManagerShutdown()
public org.jboss.remoting.transport.multiplex.Protocol.BackChannelThread getBackChannelThread()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |