Interface RequestChannel
-
- All Known Implementing Classes:
LocalRequestChannel,MultiThreadSyncChannel,TcpRequestChannel
public interface RequestChannel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidclosing()voidconnect()org.objectweb.joram.shared.security.IdentitygetIdentity()org.objectweb.joram.shared.client.AbstractJmsReplyreceive()voidsend(org.objectweb.joram.shared.client.AbstractJmsRequest obj)voidsetTimer(Timer timer)
-
-
-
Method Detail
-
setTimer
void setTimer(Timer timer)
-
send
void send(org.objectweb.joram.shared.client.AbstractJmsRequest obj) throws Exception
- Throws:
Exception
-
receive
org.objectweb.joram.shared.client.AbstractJmsReply receive() throws Exception- Throws:
Exception
-
close
void close()
-
closing
void closing()
-
getIdentity
org.objectweb.joram.shared.security.Identity getIdentity()
-
-