org.apache.ws.resource
Class ResourceDestructionEvent

java.lang.Object
  extended byorg.apache.ws.resource.ResourceDestructionEvent
All Implemented Interfaces:
ResourceEvent

public class ResourceDestructionEvent
extends java.lang.Object
implements ResourceEvent

A Resource Destruction Event which contains the EndpointReference for the Resource which was destroyed.

Author:
Sal Campana

Constructor Summary
ResourceDestructionEvent(EndpointReference epr)
           
 
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.
 void setResourceId(java.lang.Object resourceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceDestructionEvent

public ResourceDestructionEvent(EndpointReference epr)
Method Detail

setResourceId

public void setResourceId(java.lang.Object resourceId)

getEndpointReference

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

Specified by:
getEndpointReference in interface ResourceEvent
Returns:
EndpointReference

getResourceID

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

Specified by:
getResourceID in interface ResourceEvent
Returns:
The resource id of the resource.


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