Uses of Class
org.glassfish.osgijavaeebase.AbstractOSGiDeployer.State

Uses of AbstractOSGiDeployer.State in org.glassfish.osgijavaeebase
 

Methods in org.glassfish.osgijavaeebase that return AbstractOSGiDeployer.State
static AbstractOSGiDeployer.State AbstractOSGiDeployer.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractOSGiDeployer.State[] AbstractOSGiDeployer.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.osgijavaeebase with parameters of type AbstractOSGiDeployer.State
protected  void AbstractOSGiDeployer.raiseEvent(AbstractOSGiDeployer.State state, org.osgi.framework.Bundle appBundle, Throwable throwable)
          Integration with Event Admin Service happens here.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.