Interface | Description |
---|---|
LifeCycle |
The interface used to manage the lifecycle of shared, non-activatable services started by the
service starter.
|
ServiceDescriptor |
Interface that all service description objects must implement.
|
ServiceProxyAccessor |
Provides a means to obtain a client-side proxy from a "base" service object.
|
Class | Description |
---|---|
ActivateWrapper |
A wrapper for activatable objects, providing separation of the import codebase (where the server
classes are loaded from by the activation group) from the export codebase (where clients should
load classes from for stubs, etc.) as well as providing an independent security policy file for
each activatable object.
|
ActivateWrapper.ActivateDesc |
Descriptor for registering a "wrapped" activatable object.
|
AggregatePolicyProvider |
Security policy provider which supports associating security sub-policies with context class
loaders.
|
ClassLoaderUtil |
This class provides useful utilities for creating and manipulating class loaders.
|
HTTPDStatus |
Class which can be used to print a descriptive warning message if a codebase accessibility
problem is found.
|
LoaderSplitPolicyProvider |
Security policy provider which handles permission queries and grants by delegating to different
policy providers depending on the class loader involved.
|
NonActivatableServiceDescriptor |
Class used to launch shared, non-activatable, in-process services.
|
NonActivatableServiceDescriptor.Created |
Object returned by
NonActivatableServiceDescriptor.create() method that returns the proxy and implementation
references for the created service. |
ServiceStarter |
This class provides the main routine for starting shared groups, non-activatable services, and
activatable services.
|
SharedActivatableServiceDescriptor |
Class used to launch shared, activatable services.
|
SharedActivatableServiceDescriptor.Created |
Object returned by
SharedActivatableServiceDescriptor.create() method that returns the associated proxy,
activation group identifier, and activation identifier for the created service. |
SharedActivationGroupDescriptor |
Class used to create a shared activation group.
|
SharedActivationPolicyPermission |
Permission class used by the service starter package. |
Copyright © GigaSpaces.