|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.ogsadai.service.wsrf.properties.WSRFPropertyListener
A property listener to add, remove and update Globus resource properties from Globus resource property sets whenever the corresponding properties are added, removed or updated from OGSA-DAI's own resource property sets.
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
private static DAILogger |
LOG
Logger object for logging in this class |
private ResourcePropertyFactory |
mFactory
Factory for creating Globus resource properties |
private org.globus.wsrf.ResourcePropertySet |
mPropertySet
Globus resource properties |
Constructor Summary | |
WSRFPropertyListener(org.globus.wsrf.ResourcePropertySet propertySet,
ResourcePropertyFactory factory)
Creates a new listener that will add, remove and update Globus resource properties to and from a Globus resource property set. |
Method Summary | |
void |
propertyAdded(PropertyEvent event)
Invoked when a new property is added to the properties object. |
void |
propertyRemoved(PropertyEvent event)
Invoked when a property is removed from the properties object. |
void |
propertyUpdated(PropertyEvent event)
Invoked when a property that already exists in the properties object is updated with a new property object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
private static DAILogger LOG
private final org.globus.wsrf.ResourcePropertySet mPropertySet
private final ResourcePropertyFactory mFactory
Constructor Detail |
public WSRFPropertyListener(org.globus.wsrf.ResourcePropertySet propertySet, ResourcePropertyFactory factory)
propertySet
- Globus resource properties set.factory
- Abstract factory to use for creating Globus resource
properties from OGSA-DAI resource properties.Method Detail |
public void propertyAdded(PropertyEvent event)
PropertyListener
propertyAdded
in interface PropertyListener
event
- Describes the details of the event including a reference to
the new property object.public void propertyRemoved(PropertyEvent event)
PropertyListener
propertyRemoved
in interface PropertyListener
event
- Describes the details of the event including a reference to
the property that was removed.public void propertyUpdated(PropertyEvent event)
PropertyListener
propertyUpdated
in interface PropertyListener
event
- Describes the details of the event including a reference to
the updated property object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |