ServiceDescriptor
class serves as a meta-level description of a kernel-level service. Instances of this class contain a Service
object, along with its name and properties, and are used in service management operations, as well as in agent-level introspection of platform-level entities.
@author Giovanni Rimassa - FRAMeTech s.r.l.
@see jade.core.Service
Also associated with each service is a set of arbitrary attributes that can be used to store extra information about service. See {@link InfoDescriptor} for exampleof how to declare the container specific attributes.
Possible uses for the attributes are to declare a service as "stateless", "pass-by-value", "remotable" or even to attach attributes such as security or transaction constraints. These attributes are container specific and should not be relied upon to work in all containers.
@author Avalon Development Team @version $Revision: 1.1.1.1 $ $Date: 2003/09/24 08:15:09 $Also associated with each service is a set of arbitrary Attributes that can be used to store extra information about service.
Possible uses for the Attributes are to declare a service as "stateless", "pass-by-value", "remotable" or even to attach Attributes such as security or transaction constraints. These Attributes are container specific and should not be relied upon to work in all containers.
@author Peter Donald @version $Revision: 1.2 $ $Date: 2004/05/01 12:48:34 $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|