|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceDescriptor | |
org.apache.avalon.meta.info | Type is an assembly of descriptors of the constraints a component type declares towards a container and includes declaration of service dependencies, Logger establishment criteria, Configuration, Parameters and Context establishment criteria, in addition to human-readable information about the component type. |
org.apache.avalon.meta.info.builder |
Resources supporting the creation of a Type instance from a serialized form.
|
org.apache.avalon.meta.info.builder.tags | Utility classes supporting encapsulation of the representation of a the different tags supported in the merlin meta info model. |
Uses of ServiceDescriptor in org.apache.avalon.meta.info |
Methods in org.apache.avalon.meta.info that return ServiceDescriptor | |
ServiceDescriptor[] |
Type.getServices()
Return the set of Services that this component is capable of providing. |
ServiceDescriptor |
Type.getService(ReferenceDescriptor reference)
Retrieve a service with a particular reference. |
ServiceDescriptor |
Type.getService(String classname)
Retrieve a service with a particular classname. |
Constructors in org.apache.avalon.meta.info with parameters of type ServiceDescriptor | |
Type(InfoDescriptor descriptor,
CategoryDescriptor[] loggers,
ContextDescriptor context,
ServiceDescriptor[] services,
DependencyDescriptor[] dependencies,
StageDescriptor[] stages,
ExtensionDescriptor[] extensions)
Creation of a new Type instance using a supplied component descriptor, logging, cotext, services, depedencies, stages and extension descriptors. |
|
Type(InfoDescriptor descriptor,
CategoryDescriptor[] loggers,
ContextDescriptor context,
ServiceDescriptor[] services,
DependencyDescriptor[] dependencies,
StageDescriptor[] stages,
ExtensionDescriptor[] extensions,
Configuration defaults)
Creation of a new Type instance using a supplied component descriptor, logging, cotext, services, depedencies, stages and extension descriptors. |
|
Type(InfoDescriptor descriptor,
SecurityDescriptor security,
CategoryDescriptor[] loggers,
ContextDescriptor context,
ServiceDescriptor[] services,
DependencyDescriptor[] dependencies,
StageDescriptor[] stages,
ExtensionDescriptor[] extensions,
Configuration defaults)
Creation of a new Type instance using a supplied component descriptor, logging, cotext, services, depedencies, stages and extension descriptors. |
|
ServiceDescriptor(ServiceDescriptor descriptor)
Construct a service descriptor. |
Uses of ServiceDescriptor in org.apache.avalon.meta.info.builder |
Methods in org.apache.avalon.meta.info.builder that return ServiceDescriptor | |
ServiceDescriptor[] |
XMLTypeCreator.buildServices(Configuration servicesSet)
A utility method to build an array of ServiceDescriptor
objects from specified configuraiton. |
ServiceDescriptor |
XMLTypeCreator.buildService(Configuration service)
A utility method to build a ServiceDescriptor
object from specified configuraiton data. |
protected ServiceDescriptor[] |
XMLLegacyCreator.buildBlockServices(Configuration servicesSet)
A utility method to build an array of ServiceDescriptor
objects from specified configuraiton. |
protected ServiceDescriptor |
XMLLegacyCreator.buildBlockService(Configuration service)
A utility method to build a ServiceDescriptor
object from specified configuraiton data. |
Uses of ServiceDescriptor in org.apache.avalon.meta.info.builder.tags |
Methods in org.apache.avalon.meta.info.builder.tags that return ServiceDescriptor | |
ServiceDescriptor[] |
ServicesTag.getServices()
Return the the set of exported services. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |