Uses of Class
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.State

Packages that use AbstractLifecycleJbiArtifact.State
org.apache.servicemix.jbi.deployer.artifacts   
 

Uses of AbstractLifecycleJbiArtifact.State in org.apache.servicemix.jbi.deployer.artifacts
 

Fields in org.apache.servicemix.jbi.deployer.artifacts declared as AbstractLifecycleJbiArtifact.State
protected  AbstractLifecycleJbiArtifact.State AbstractLifecycleJbiArtifact.runningState
           
protected  AbstractLifecycleJbiArtifact.State AbstractLifecycleJbiArtifact.state
           
 

Methods in org.apache.servicemix.jbi.deployer.artifacts that return AbstractLifecycleJbiArtifact.State
 AbstractLifecycleJbiArtifact.State AbstractLifecycleJbiArtifact.getRunningState()
           
 AbstractLifecycleJbiArtifact.State AbstractLifecycleJbiArtifact.getState()
           
protected  AbstractLifecycleJbiArtifact.State AbstractLifecycleJbiArtifact.loadState(AbstractLifecycleJbiArtifact.State def)
           
static AbstractLifecycleJbiArtifact.State AbstractLifecycleJbiArtifact.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractLifecycleJbiArtifact.State[] AbstractLifecycleJbiArtifact.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.servicemix.jbi.deployer.artifacts with parameters of type AbstractLifecycleJbiArtifact.State
protected  AbstractLifecycleJbiArtifact.State AbstractLifecycleJbiArtifact.loadState(AbstractLifecycleJbiArtifact.State def)
           
protected  void ServiceAssemblyImpl.transition(org.apache.servicemix.jbi.deployer.artifacts.ServiceAssemblyImpl.Action action, AbstractLifecycleJbiArtifact.State to)
           
 



Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.