org.apache.tuscany.sca.binding.notification.encoding
Class NewBrokerResponse

java.lang.Object
  extended by org.apache.tuscany.sca.binding.notification.encoding.NewBrokerResponse
All Implemented Interfaces:
EncodingObject

public class NewBrokerResponse
extends java.lang.Object
implements EncodingObject


Constructor Summary
NewBrokerResponse()
           
 
Method Summary
 Brokers getBrokers()
           
 EndConsumers getEndConsumers()
           
 EndProducers getEndProducers()
           
 boolean isFirstBroker()
           
 void setBrokers(Brokers brokers)
           
 void setEndConsumers(EndConsumers endConsumers)
           
 void setEndProducers(EndProducers endProducers)
           
 void setFirstBroker(boolean firstBroker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewBrokerResponse

public NewBrokerResponse()
Method Detail

getEndProducers

public EndProducers getEndProducers()

setEndProducers

public void setEndProducers(EndProducers endProducers)

getEndConsumers

public EndConsumers getEndConsumers()

setEndConsumers

public void setEndConsumers(EndConsumers endConsumers)

getBrokers

public Brokers getBrokers()

setBrokers

public void setBrokers(Brokers brokers)

isFirstBroker

public boolean isFirstBroker()

setFirstBroker

public void setFirstBroker(boolean firstBroker)