org.apache.ws.resource.lifetime
Interface ResourceTerminationEvent

All Known Implementing Classes:
AbstractResourceTerminationEvent, ResourceTerminationEventImpl

public interface ResourceTerminationEvent

Interface describing a TerminationNotification of a resource.

Author:
Sal Campana

Method Summary
 java.lang.Object getReason()
          Returns the reason for temrination.
 java.util.Calendar getTerminationTime()
          Returns the termination time.
 

Method Detail

getReason

public java.lang.Object getReason()
Returns the reason for temrination. minOccurs="0" maxOccurs="1"

Returns:
The reason for termination.

getTerminationTime

public java.util.Calendar getTerminationTime()
Returns the termination time. minOccurs="1" maxOccurs="1" nillable="true"

Returns:
The termination time represented as a Calendar instance.


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