Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.util.experimental.container
Interface Container  view Container download Container.java


public interface Container

manages a collection of services.


Method Summary
 Service[] findServices(java.lang.Class[] interfaces)
          retrieves a published service.
 Service getService(java.lang.String serviceName)
          retrieves a published service.
 void publishService(java.lang.String serviceName, Service service)
          allows a ServiceMgr to publish services for others to use.
 void remove(Removable removable)
           
 

Method Detail

publishService

public void publishService(java.lang.String serviceName,
                           Service service)
allows a ServiceMgr to publish services for others to use.


findServices

public Service[] findServices(java.lang.Class[] interfaces)
                       throws ServiceUnavailableException
retrieves a published service.


getService

public Service getService(java.lang.String serviceName)
                   throws ServiceUnavailableException
retrieves a published service.


remove

public void remove(Removable removable)