Uses of Class
org.glassfish.paas.orchestrator.service.spi.ServiceChangeEvent.Type

Packages that use ServiceChangeEvent.Type
org.glassfish.paas.orchestrator.provisioning.cli   
org.glassfish.paas.orchestrator.service.spi   
 

Uses of ServiceChangeEvent.Type in org.glassfish.paas.orchestrator.provisioning.cli
 

Methods in org.glassfish.paas.orchestrator.provisioning.cli with parameters of type ServiceChangeEvent.Type
 void ServiceUtil.fireServiceChangeEvent(ServiceChangeEvent.Type type, Service ps)
           
 

Uses of ServiceChangeEvent.Type in org.glassfish.paas.orchestrator.service.spi
 

Methods in org.glassfish.paas.orchestrator.service.spi that return ServiceChangeEvent.Type
 ServiceChangeEvent.Type ServiceChangeEvent.getType()
           
static ServiceChangeEvent.Type ServiceChangeEvent.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceChangeEvent.Type[] ServiceChangeEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.glassfish.paas.orchestrator.service.spi with parameters of type ServiceChangeEvent.Type
ServiceChangeEvent(ServiceChangeEvent.Type type, Object source, Service oldValue, Service newValue)
           
 



Copyright © 2012. All Rights Reserved.