org.apache.openejb.server.discovery
Class MultipointServer.Session
java.lang.Object
org.apache.openejb.server.discovery.MultipointServer.Session
- Enclosing class:
- MultipointServer
public class MultipointServer.Session
- extends Object
hangup
public boolean hangup
MultipointServer.Session
public MultipointServer.Session(SocketChannel channel,
InetSocketAddress address,
URI uri)
throws ClosedChannelException
- Throws:
ClosedChannelException
ops
public MultipointServer.Session ops(int ops)
state
public void state(int ops,
org.apache.openejb.server.discovery.MultipointServer.State state)
setURI
public void setURI(URI uri)
write
public void write(URI uri)
throws IOException
- Throws:
IOException
write
public void write(Collection<?> uris)
throws IOException
- Throws:
IOException
drain
public boolean drain()
throws IOException
- Throws:
IOException
read
public String read()
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
tick
public void tick()
throws IOException
- Throws:
IOException
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.