Apache CXF API

org.apache.cxf.sts.event
Class AbstractSTSEvent

java.lang.Object
  extended by org.apache.cxf.sts.event.AbstractSTSEvent
Direct Known Subclasses:
AbstractSTSFailureEvent, AbstractSTSSuccessEvent

public abstract class AbstractSTSEvent
extends Object


Constructor Summary
AbstractSTSEvent(Object source, long duration)
           
 
Method Summary
 long getDuration()
           
abstract  String getOperation()
           
 Object getSource()
           
 long getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSTSEvent

public AbstractSTSEvent(Object source,
                        long duration)
Method Detail

getOperation

public abstract String getOperation()

getDuration

public long getDuration()

getTimestamp

public final long getTimestamp()

getSource

public final Object getSource()

Apache CXF API

Apache CXF