Uses of Class
net.dpml.metro.info.ServiceDescriptor

Packages that use ServiceDescriptor
net.dpml.metro.info Immutable datatypes that describe a component type. 
 

Uses of ServiceDescriptor in net.dpml.metro.info
 

Methods in net.dpml.metro.info that return ServiceDescriptor
 ServiceDescriptor Type.getServiceDescriptor(ServiceDescriptor reference)
          Retrieve a service descriptor matching the supplied reference.
 ServiceDescriptor Type.getServiceDescriptor(String classname)
          Retrieve a service descriptor matching the supplied classname.
 ServiceDescriptor[] Type.getServiceDescriptors()
          Get the set of service descriptors defining the set of services that the component type exports.
 

Methods in net.dpml.metro.info with parameters of type ServiceDescriptor
 ServiceDescriptor Type.getServiceDescriptor(ServiceDescriptor reference)
          Retrieve a service descriptor matching the supplied reference.
 boolean ServiceDescriptor.matches(ServiceDescriptor other)
          Determine if specified service will match this service.
 

Constructors in net.dpml.metro.info with parameters of type ServiceDescriptor
Type(InfoDescriptor info, CategoryDescriptor[] loggers, ContextDescriptor context, ServiceDescriptor[] services, State graph)
          Creation of a new Type instance using a supplied component descriptor, logging, context, services, and part references.