Uses of Class
com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent.Scope

Packages that use LifeCycleEvent.Scope
com.tibco.amf.platform.runtime.extension.context   
 

Uses of LifeCycleEvent.Scope in com.tibco.amf.platform.runtime.extension.context
 

Methods in com.tibco.amf.platform.runtime.extension.context that return LifeCycleEvent.Scope
 LifeCycleEvent.Scope LifeCycleEvent.getScope()
           Returns the scope of the life cycle event.
static LifeCycleEvent.Scope LifeCycleEvent.Scope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LifeCycleEvent.Scope[] LifeCycleEvent.Scope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.tibco.amf.platform.runtime.extension.context with parameters of type LifeCycleEvent.Scope
LifeCycleEvent(java.lang.Object source, LifeCycleEvent.Type type, LifeCycleEvent.Mode mode, LifeCycleEvent.Scope scope)
           Creates a life cycle event of the specified type, mode and scope.
LifeCycleEvent(java.lang.Object source, LifeCycleEvent.Type type, LifeCycleEvent.Mode mode, LifeCycleEvent.Scope scope, java.lang.String adminToken)
           Creates a life cycle event of the specified type, mode and scope.
 



Copyright © 2010 TIBCO Software Inc. All Rights Reserved.