|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.ogsa.impl.core.notification.JMSAdapter.AdapterListener
org.globus.ogsa.impl.core.notification.JMSAdapter.OGSAListener
Field Summary |
Constructor Summary | |
JMSAdapter.OGSAListener(JMSAdapter _jmsAdapter,
javax.jms.TopicConnection _jmsTopicConnection,
javax.jms.TopicSession _jmsTopicSession,
javax.jms.TopicPublisher _jmsTopicPublisher,
OgsaToJMSConverter _converter,
NotificationSinkManager _ogsaNotificationManager,
java.net.URL _ogsaSourceUrl)
|
Method Summary | |
void |
deliverNotification(ExtensibilityType any)
|
void |
disconnect()
|
void |
flush()
gives a hint that this property should be checkpointed to the deployment descriptor, it is however not guaranteed that the properties have been persisted when the method returns |
java.lang.Object |
getPersistentProperty(java.lang.String key)
gets a persistent property (checkpointed to deployment descriptor) keyed by name |
java.lang.Object |
getProperty(java.lang.String key)
gets a property keyed by name |
void |
setPersistentProperty(java.lang.String key,
java.lang.Object obj)
sets a persistent property (checkpointed to deployment descriptor) keyed by name |
void |
setProperty(java.lang.String key,
java.lang.Object obj)
sets a property keyed by name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JMSAdapter.OGSAListener(JMSAdapter _jmsAdapter, javax.jms.TopicConnection _jmsTopicConnection, javax.jms.TopicSession _jmsTopicSession, javax.jms.TopicPublisher _jmsTopicPublisher, OgsaToJMSConverter _converter, NotificationSinkManager _ogsaNotificationManager, java.net.URL _ogsaSourceUrl)
Method Detail |
public void deliverNotification(ExtensibilityType any) throws java.rmi.RemoteException
deliverNotification
in interface NotificationSink
java.rmi.RemoteException
public void disconnect()
disconnect
in class JMSAdapter.AdapterListener
public void setProperty(java.lang.String key, java.lang.Object obj)
ServiceProperties
setProperty
in interface ServiceProperties
key
- property keyobj
- property value, if null the property will be removed
(if it exists)public java.lang.Object getProperty(java.lang.String key)
ServiceProperties
getProperty
in interface ServiceProperties
key
- property key
public java.lang.Object getPersistentProperty(java.lang.String key)
ServiceProperties
getPersistentProperty
in interface ServiceProperties
key
- property key
public void setPersistentProperty(java.lang.String key, java.lang.Object obj)
ServiceProperties
setPersistentProperty
in interface ServiceProperties
key
- property keyobj
- property value, if null the property will be removed
(if it exists)public void flush()
ServiceProperties
flush
in interface ServiceProperties
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |