org.apache.servicemix.jbi.deployment
Class ServiceAssembly

java.lang.Object
  extended by org.apache.servicemix.jbi.deployment.ServiceAssembly

public class ServiceAssembly
extends Object

Version:
$Revision: 564374 $

Constructor Summary
ServiceAssembly()
           
 
Method Summary
 Connections getConnections()
           
 Identification getIdentification()
           
 ServiceUnit[] getServiceUnits()
           
 String getState()
           
 void setConnections(Connections connections)
           
 void setIdentification(Identification identification)
           
 void setServiceUnits(ServiceUnit[] serviceUnits)
           
 void setState(String state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceAssembly

public ServiceAssembly()
Method Detail

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.