org.apache.ws.resource
Interface ResourceEvent

All Known Implementing Classes:
ResourceCreationEvent, ResourceDestructionEvent

public interface ResourceEvent

An interface defining a base event for resource destruction and creation.

Author:
Sal Campana

Method Summary
 EndpointReference getEndpointReference()
          Returns the EndpointRefrence for the Resource the event isassociated with.
 java.lang.Object getResourceID()
          Returns the ResourceID of the resource the event is about.
 

Method Detail

getEndpointReference

public EndpointReference getEndpointReference()
Returns the EndpointRefrence for the Resource the event isassociated with.

Returns:
EndpointReference

getResourceID

public java.lang.Object getResourceID()
Returns the ResourceID of the resource the event is about.

Returns:
The resource id of the resource.


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.