Package | Description |
---|---|
com.streamscape.sef.service |
Modifier and Type | Method and Description |
---|---|
void |
ServiceManifest.addServiceAt(int index,
ServiceDescriptor service)
Adds service to the specified position.
|
void |
ServiceManager.enableManifest(boolean enable)
Enables or disables a use of the persistent Service Manifest.
|
int |
ServiceManager.getServiceSequence(java.lang.String serviceName)
Returns the sequence of the service in which it is bootstrapped by the manager.
|
void |
ServiceManager.loadServiceContext(java.lang.String serviceName)
Loads the service context.
|
void |
ServiceManager.registerService(int sequence,
ServiceDescriptor service)
Adds the specified service to the specified position of service start-up sequence and loads the service context.
|
void |
ServiceManager.registerService(ServiceDescriptor service)
Adds the specified service to the tail of service start-up sequence and loads the service context
|
void |
ServiceManager.resumeService(java.lang.String serviceName)
Resumes the specified service.
|
void |
ServiceManager.runServiceAs(java.lang.String serviceName,
java.lang.String username,
java.lang.String password)
Configures the specified service to run with specified user credentials.
|
void |
ServiceManager.setServiceLogBroadcast(java.lang.String serviceName,
boolean broadcast)
Sets the log broadcast option for the specified service.
|
void |
ServiceManager.setServiceLogLevel(java.lang.String serviceName,
Trace.Level level)
Sets the log level for the specified service.
|
void |
ServiceManifest.setServiceSequence(java.lang.String serviceName,
int sequence)
Changes service sequence to the specified.
|
void |
ServiceManager.setServiceSequence(java.lang.String serviceName,
int sequence)
Sets the sequence of the service in which it is bootstrapped by the manager.
|
void |
ServiceManager.startService(java.lang.String serviceName)
Starts specified service.
|
void |
ServiceManager.startService(java.lang.String serviceName,
boolean force)
Starts the specified service.
|
void |
ServiceManager.stopService(java.lang.String serviceName)
Stops the specified service.
|
void |
ServiceManager.suspendService(java.lang.String serviceName)
Suspends the specified service.
|
void |
ServiceManager.unloadServiceContext(java.lang.String serviceName)
Destroys the service context.
|
void |
ServiceManager.unregisterService(java.lang.String serviceName)
Destroys service context and removes service from the Service Manifest.
|
void |
ServiceManager.updateService(ServiceDescriptor descriptor)
Updates the specified service descriptor.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.