|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteJMSConsumerBeanInfo | |
---|---|
org.figure8.join.services.remoting | |
org.figure8.join.services.remoting.services |
Uses of RemoteJMSConsumerBeanInfo in org.figure8.join.services.remoting |
---|
Methods in org.figure8.join.services.remoting that return RemoteJMSConsumerBeanInfo | |
---|---|
RemoteJMSConsumerBeanInfo |
MessagingService.getConsumerBeanInfo(java.lang.String token,
java.lang.String name)
Retrieve the info object having the specified name (or null if none). |
RemoteJMSConsumerBeanInfo[] |
MessagingService.getConsumerBeanInfos(java.lang.String token)
Retrieve the info object corresponding to available JMSConsumerBeans . |
Methods in org.figure8.join.services.remoting with parameters of type RemoteJMSConsumerBeanInfo | |
---|---|
void |
MessagingService.saveConsumerBeanInfo(java.lang.String token,
RemoteJMSConsumerBeanInfo info)
Save a JMSConsumerBean infos within datastore. |
Uses of RemoteJMSConsumerBeanInfo in org.figure8.join.services.remoting.services |
---|
Methods in org.figure8.join.services.remoting.services that return RemoteJMSConsumerBeanInfo | |
---|---|
RemoteJMSConsumerBeanInfo |
MessagingServiceImpl.getConsumerBeanInfo(java.lang.String token,
java.lang.String name)
Retrieve the info object having the specified name (or null if none). |
RemoteJMSConsumerBeanInfo[] |
MessagingServiceImpl.getConsumerBeanInfos(java.lang.String token)
Retrieve the info object corresponding to available JMSConsumerBeans . |
static RemoteJMSConsumerBeanInfo |
BeansHelper.getRemoteObject(JMSConsumerBeanInfo info)
Gets a remote view of a JMSConsumerBeanInfo domain object |
Methods in org.figure8.join.services.remoting.services with parameters of type RemoteJMSConsumerBeanInfo | |
---|---|
static JMSConsumerBeanInfo |
BeansHelper.getLocalObject(RemoteJMSConsumerBeanInfo info)
Gets a local view of a RemoteJMSConsumerBeanInfo remote object |
void |
MessagingServiceImpl.saveConsumerBeanInfo(java.lang.String token,
RemoteJMSConsumerBeanInfo info)
Save a JMSConsumerBean infos within datastore. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |