|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.util.ServiceHelper
public final class ServiceHelper
A collection of helper methods for working with Service
objects
Method Summary | |
---|---|
static void |
startService(Object value)
|
static void |
startServices(Collection services)
Starts all of the given services |
static void |
startServices(Object... services)
Starts all of the given services |
static void |
stopService(Object value)
|
static void |
stopServices(Collection services)
Stops all of the given services, throwing the first exception caught |
static void |
stopServices(Object... services)
Stops all of the given services, throwing the first exception caught |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void startService(Object value) throws Exception
Exception
public static void startServices(Object... services) throws Exception
Exception
public static void startServices(Collection services) throws Exception
Exception
public static void stopServices(Object... services) throws Exception
Exception
public static void stopService(Object value) throws Exception
Exception
public static void stopServices(Collection services) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |