uk.ac.soton.itinnovation.grid.client.events
Class RegistryEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Nested Class Summary
static class RegistryEvent.RegistryEventType
           
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RegistryEvent(RegistryEvent.RegistryEventType type, org.apache.axis.message.addressing.EndpointReferenceType[] resources)
           
 
Method Summary
static RegistryEvent createRegistryAddedEvent(org.apache.axis.message.addressing.EndpointReferenceType epr)
           
static RegistryEvent createRegistryAddedEvent(org.apache.axis.message.addressing.EndpointReferenceType[] eprs)
           
static RegistryEvent createRegistryRemovedEvent(org.apache.axis.message.addressing.EndpointReferenceType epr)
           
static RegistryEvent createRegistryRemovedEvent(org.apache.axis.message.addressing.EndpointReferenceType[] eprs)
           
static RegistryEvent createRegistryUpdatedEvent(org.apache.axis.message.addressing.EndpointReferenceType epr)
           
static RegistryEvent createRegistryUpdatedEvent(org.apache.axis.message.addressing.EndpointReferenceType[] eprs)
           
 RegistryEvent.RegistryEventType getEventType()
           
 org.apache.axis.message.addressing.EndpointReferenceType[] getResources()
           
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegistryEvent

public RegistryEvent(RegistryEvent.RegistryEventType type,
                     org.apache.axis.message.addressing.EndpointReferenceType[] resources)
Method Detail

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.