|
Joram 5.2.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.local.LocalRequestChannel
public class LocalRequestChannel
Field Summary | |
---|---|
static org.objectweb.util.monolog.api.Logger |
logger
logger |
Constructor Summary | |
---|---|
LocalRequestChannel(Identity identity)
|
Method Summary | |
---|---|
void |
close()
Closes the connection and unregisters the MBean. |
void |
closing()
|
void |
connect()
|
java.util.Date |
getCreationDate()
Gets connection creation date. |
long |
getReceivedCount()
Gets the number of replies received on the connection. |
long |
getSentCount()
Gets the number of requests sent on the connection. |
java.lang.String |
getUserName()
Gets connected user's name. |
AbstractJmsReply |
receive()
|
void |
send(AbstractJmsRequest request)
|
void |
setTimer(java.util.Timer timer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static org.objectweb.util.monolog.api.Logger logger
Constructor Detail |
---|
public LocalRequestChannel(Identity identity) throws javax.jms.JMSException
javax.jms.JMSException
Method Detail |
---|
public void setTimer(java.util.Timer timer)
setTimer
in interface RequestChannel
public void connect() throws java.lang.Exception
connect
in interface RequestChannel
java.lang.Exception
public void send(AbstractJmsRequest request) throws java.lang.Exception
send
in interface RequestChannel
java.lang.Exception
public AbstractJmsReply receive() throws java.lang.Exception
receive
in interface RequestChannel
java.lang.Exception
public void close()
LocalRequestChannelMBean
close
in interface RequestChannel
close
in interface LocalRequestChannelMBean
public java.util.Date getCreationDate()
LocalRequestChannelMBean
getCreationDate
in interface LocalRequestChannelMBean
public long getReceivedCount()
LocalRequestChannelMBean
getReceivedCount
in interface LocalRequestChannelMBean
public long getSentCount()
LocalRequestChannelMBean
getSentCount
in interface LocalRequestChannelMBean
public java.lang.String getUserName()
LocalRequestChannelMBean
getUserName
in interface LocalRequestChannelMBean
public void closing()
closing
in interface RequestChannel
|
Joram 5.2.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |