WebFlow.event
Class BeanContextServiceRevokedEventImpl

WebFlow.event.BeanContextServiceRevokedEventImpl

public class BeanContextServiceRevokedEventImpl


Field Summary
protected  java.lang.String serviceClass
          fields
 
Constructor Summary
BeanContextServiceRevokedEventImpl(WebFlow.event.BeanContextServices bcs, java.lang.String sc, boolean invalidate)
          construct a BeanContextServiceEvent
 
Method Summary
 java.lang.String getServiceClass()
          get the service class that is the subject of this notification
 WebFlow.event.BeanContextServices getSourceAsBeanContextServices()
          get the source as a reference of type BeanContextServices
 boolean isCurrentServiceInvalidNow()
          true if current service references are now invalidated and unusable.
 boolean isServiceClass(java.lang.String service)
          test service equality
 

Field Detail

serviceClass

protected java.lang.String serviceClass
fields
Constructor Detail

BeanContextServiceRevokedEventImpl

public BeanContextServiceRevokedEventImpl(WebFlow.event.BeanContextServices bcs,
                                          java.lang.String sc,
                                          boolean invalidate)
                                   throws WebFlow.IllegalArgumentException
construct a BeanContextServiceEvent
Method Detail

getSourceAsBeanContextServices

public WebFlow.event.BeanContextServices getSourceAsBeanContextServices()
get the source as a reference of type BeanContextServices

getServiceClass

public java.lang.String getServiceClass()
get the service class that is the subject of this notification

isServiceClass

public boolean isServiceClass(java.lang.String service)
test service equality

isCurrentServiceInvalidNow

public boolean isCurrentServiceInvalidNow()
true if current service references are now invalidated and unusable.