org.apache.servicemix.jbi.deployment
Class ServiceAssembly
java.lang.Object
org.apache.servicemix.jbi.deployment.ServiceAssembly
public class ServiceAssembly
- extends Object
- Version:
- $Revision: 564374 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceAssembly
public ServiceAssembly()
getConnections
public Connections getConnections()
getIdentification
public Identification getIdentification()
getServiceUnits
public ServiceUnit[] 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(ServiceUnit[] serviceUnits)
setState
public void setState(String state)
- Parameters:
state - The state to set.
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.