org.objectweb.joram.kclient
Class Channel
java.lang.Object
org.objectweb.joram.kclient.Channel
- Direct Known Subclasses:
- TcpChannel
public abstract class Channel
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INIT
public static final int INIT
- See Also:
- Constant Field Values
CONNECTING
public static final int CONNECTING
- See Also:
- Constant Field Values
CONNECTED
public static final int CONNECTED
- See Also:
- Constant Field Values
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
statusNames
public static final java.lang.String[] statusNames
status
protected volatile int status
Channel
public Channel()
connect
public abstract void connect()
throws java.io.IOException
- Throws:
java.io.IOException
send
public abstract void send(AbstractRequest obj)
throws java.io.IOException
- Throws:
java.io.IOException
receive
public abstract AbstractReply receive()
throws java.lang.Exception
- Throws:
java.lang.Exception
close
public abstract void close()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2005 Scalagent - All rights reserved