org.apache.servicemix.jbi.deployer.descriptor
Class ServiceAssemblyDesc
java.lang.Object
org.apache.servicemix.jbi.deployer.descriptor.ServiceAssemblyDesc
public class ServiceAssemblyDesc
- extends Object
The <jbi:service-assembly> element.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceAssemblyDesc
public ServiceAssemblyDesc()
getConnections
public Connections getConnections()
getIdentification
public Identification getIdentification()
getServiceUnits
public ServiceUnitDesc[] getServiceUnits()
getState
public String getState()
- Returns:
- Returns the state.
setConnections
public void setConnections(Connections connections)
setIdentification
public void setIdentification(Identification identification)
setServiceUnits
public void setServiceUnits(ServiceUnitDesc[] serviceUnits)
setState
public void setState(String state)
- Parameters:
state - The state to set.
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.