Package | Description |
---|---|
com.streamscape.sef.service |
Modifier and Type | Method and Description |
---|---|
ServiceDescriptor |
ServiceDescriptor.clone() |
ServiceDescriptor |
ServiceManager.getService(java.lang.String serviceName)
Returns a clone of the specified service descriptor.
|
ServiceDescriptor |
ServiceManifest.getService(java.lang.String fullName) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceManifest.addService(ServiceDescriptor service)
Adds service to the tail of the manifest.
|
void |
ServiceManifest.addServiceAt(int index,
ServiceDescriptor service)
Adds service to the specified position.
|
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 |
ServiceManifest.removeService(ServiceDescriptor service)
Removes service from the manifest.
|
void |
ServiceManager.updateService(ServiceDescriptor descriptor)
Updates the specified service descriptor.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.