org.apache.servicemix.jbi.deployer
Interface ServiceUnit

All Known Implementing Classes:
ServiceUnitImpl

public interface ServiceUnit

This interface represents a JBI Service Unit and will be registered in the OSGi registry


Method Summary
 Component getComponent()
          Retrieve the Component onto which this ServiceUnit is deployed
 java.lang.String getDescription()
          Retrieves the description of this service assembly
 java.lang.String getDescriptor()
          Retrieve the JBI descriptor for this service assembly
 java.lang.String getName()
          Retrieves the name of this service assembly
 ServiceAssembly getServiceAssembly()
          Get the ServiceAssembly to which this ServiceUnit belongs
 

Method Detail

getName

java.lang.String getName()
Retrieves the name of this service assembly

Returns:
the name

getDescription

java.lang.String getDescription()
Retrieves the description of this service assembly

Returns:
the description

getDescriptor

java.lang.String getDescriptor()
Retrieve the JBI descriptor for this service assembly

Returns:
the JBI descriptor

getServiceAssembly

ServiceAssembly getServiceAssembly()
Get the ServiceAssembly to which this ServiceUnit belongs

Returns:

getComponent

Component getComponent()
Retrieve the Component onto which this ServiceUnit is deployed

Returns:


Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.