|
Joram 5.2.6 | ||||||||
| 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 RequestChanneljava.lang.Exception
public void send(AbstractJmsRequest request)
throws java.lang.Exception
send in interface RequestChanneljava.lang.Exception
public AbstractJmsReply receive()
throws java.lang.Exception
receive in interface RequestChanneljava.lang.Exceptionpublic void close()
LocalRequestChannelMBean
close in interface RequestChannelclose in interface LocalRequestChannelMBeanpublic java.util.Date getCreationDate()
LocalRequestChannelMBean
getCreationDate in interface LocalRequestChannelMBeanpublic long getReceivedCount()
LocalRequestChannelMBean
getReceivedCount in interface LocalRequestChannelMBeanpublic long getSentCount()
LocalRequestChannelMBean
getSentCount in interface LocalRequestChannelMBeanpublic java.lang.String getUserName()
LocalRequestChannelMBean
getUserName in interface LocalRequestChannelMBeanpublic void closing()
closing in interface RequestChannel
|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||