|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceBackend | |
| com.kedwards.swt | |
| Uses of ServiceBackend in com.kedwards.swt |
| Classes in com.kedwards.swt that implement ServiceBackend | |
class |
ActivatableServiceBackend
ActivatableServiceBackend.java |
class |
UnicastServiceBackend
UnicastServiceBackend.java |
| Methods in com.kedwards.swt with parameters of type ServiceBackend | |
static void |
ServiceWrapper.__run(ServiceBackend backend,
java.lang.String checkpointLoc)
Subclasses can launch services in one of two ways. |
static void |
ServiceWrapper.run(ServiceBackend backend,
java.lang.String checkpointLoc)
|
static void |
ServiceWrapper.run(ServiceBackend backend,
java.lang.String[] commandLineArgs)
|
| Constructors in com.kedwards.swt with parameters of type ServiceBackend | |
ServiceWrapper(ServiceBackend backend,
java.lang.String file)
Create a new wrapper to manage the provided backend. |
|
ServiceWrapper(ServiceBackend backend,
java.lang.String file,
ClassExporter exporter)
Create a new wrapper to manage the provided backend. |
|
ServiceWrapper(ServiceBackend backend,
Persistifier persistifier,
ClassExporter exporter)
This is the most general form of the constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||