|
||||||||||
| 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,
TopicConnection _jmsTopicConnection,
TopicSession _jmsTopicSession,
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,
TopicConnection _jmsTopicConnection,
TopicSession _jmsTopicSession,
TopicPublisher _jmsTopicPublisher,
OgsaToJMSConverter _converter,
NotificationSinkManager _ogsaNotificationManager,
java.net.URL _ogsaSourceUrl)
| Method Detail |
public void deliverNotification(ExtensibilityType any)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void disconnect()
disconnect in class JMSAdapter.AdapterListener
public void setProperty(java.lang.String key,
java.lang.Object obj)
ServiceProperties
setProperty in interface ServicePropertieskey - 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 ServicePropertieskey - property key
public java.lang.Object getPersistentProperty(java.lang.String key)
ServiceProperties
getPersistentProperty in interface ServicePropertieskey - property key
public void setPersistentProperty(java.lang.String key,
java.lang.Object obj)
ServiceProperties
setPersistentProperty in interface ServicePropertieskey - 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 | |||||||||