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

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

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

Methods in com.tibco.amf.platform.runtime.extension.context that return LifeCycleEvent.Mode
 LifeCycleEvent.Mode LifeCycleEvent.getMode()
           Returns the mode of the life cycle event.
static LifeCycleEvent.Mode LifeCycleEvent.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LifeCycleEvent.Mode[] LifeCycleEvent.Mode.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.Mode
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.