com.bea.dsp.management.events.session
Class DeleteSessionDetail

java.lang.Object
  extended by com.bea.dsp.management.events.session.DeleteSessionDetail
All Implemented Interfaces:
java.io.Serializable

public class DeleteSessionDetail
extends java.lang.Object
implements java.io.Serializable

Provides the detailed information pertaining to session deletion lifecycle events.

See Also:
Serialized Form

Nested Class Summary
static class DeleteSessionDetail.Kind
           
 
Method Summary
 java.util.Set<java.lang.String> getDataSpaceName()
           
 DeleteSessionDetail.Kind getKind()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDataSpaceName

public java.util.Set<java.lang.String> getDataSpaceName()
Returns:
The name of the data spaces whose artifacts are being activated or discarded by this session. May be empty but not null.

getKind

public DeleteSessionDetail.Kind getKind()
Returns:
The kind of action that caused the deletion of this session.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007 BEA Systems Inc. All Rights Reserved.