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(Resource resource)
          Creates a new ResourceDestructionEvent object.
 
Method Summary
 Resource getResource()
          Returns the Resource of the resource the event is about.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceDestructionEvent

public ResourceDestructionEvent(Resource resource)
Creates a new ResourceDestructionEvent object.

Parameters:
resource - DOCUMENT_ME
Method Detail

getResource

public Resource getResource()
Returns the Resource of the resource the event is about.

Specified by:
getResource in interface ResourceEvent
Returns:
The resource.


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