public class ServiceActivator extends Object
Constructor and Description |
---|
ServiceActivator() |
Modifier and Type | Method and Description |
---|---|
static void |
activate(ServiceDao dao,
Service service,
InputStream instance,
ProcessDeployer deployer,
String activeBpelDeployBinding) |
static int |
activateParents(ServiceDao dao,
String childServiceGridId,
String childServiceId,
ProcessDeployer deployer,
String activeBpelDeployBinding) |
static void |
deactivate(Service service,
ProcessDeployer deployer) |
public static void activate(ServiceDao dao, Service service, InputStream instance, ProcessDeployer deployer, String activeBpelDeployBinding) throws DaoException, ServiceNotActivatableException
public static int activateParents(ServiceDao dao, String childServiceGridId, String childServiceId, ProcessDeployer deployer, String activeBpelDeployBinding) throws DaoException
DaoException
public static void deactivate(Service service, ProcessDeployer deployer) throws ServiceNotDeactivatableException
ServiceNotDeactivatableException