uk.ac.soton.itinnovation.grid.client.events
Class RegistryEvent
java.lang.Object
java.util.EventObject
uk.ac.soton.itinnovation.grid.client.events.RegistryEvent
- All Implemented Interfaces:
- Serializable
public class RegistryEvent
- extends EventObject
This object is passed to @link{uk.ac.soton.itinnovation.grid.client.events.RegistryListeners}
perhaps using @link{uk.ac.soton.itinnovation.grid.client.events.RegistryBroadcaster}
- Author:
- mm
- See Also:
- Serialized Form
RegistryEvent
public RegistryEvent(RegistryEvent.RegistryEventType type,
org.apache.axis.message.addressing.EndpointReferenceType[] resources)
getResources
public org.apache.axis.message.addressing.EndpointReferenceType[] getResources()
getEventType
public RegistryEvent.RegistryEventType getEventType()
createRegistryAddedEvent
public static RegistryEvent createRegistryAddedEvent(org.apache.axis.message.addressing.EndpointReferenceType[] eprs)
createRegistryRemovedEvent
public static RegistryEvent createRegistryRemovedEvent(org.apache.axis.message.addressing.EndpointReferenceType[] eprs)
createRegistryUpdatedEvent
public static RegistryEvent createRegistryUpdatedEvent(org.apache.axis.message.addressing.EndpointReferenceType[] eprs)
createRegistryAddedEvent
public static RegistryEvent createRegistryAddedEvent(org.apache.axis.message.addressing.EndpointReferenceType epr)
createRegistryRemovedEvent
public static RegistryEvent createRegistryRemovedEvent(org.apache.axis.message.addressing.EndpointReferenceType epr)
createRegistryUpdatedEvent
public static RegistryEvent createRegistryUpdatedEvent(org.apache.axis.message.addressing.EndpointReferenceType epr)
toString
public String toString()
- Overrides:
toString in class EventObject
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.