org.apache.qpid.qmf.schema
Class BrokerSchema.ConnectionClass.CloseMethodResponseCommandFactory

java.lang.Object
  extended by org.apache.qpid.qmf.schema.BrokerSchema.ConnectionClass.CloseMethodResponseCommandFactory
Enclosing class:
BrokerSchema.ConnectionClass

public final class BrokerSchema.ConnectionClass.CloseMethodResponseCommandFactory
extends Object


Method Summary
 BrokerSchema.ConnectionClass.CloseMethodResponseCommand createResponseCommand()
           
 BrokerSchema.ConnectionClass.CloseMethodResponseCommand createResponseCommand(CompletionCode status)
           
 BrokerSchema.ConnectionClass.CloseMethodResponseCommand createResponseCommand(CompletionCode status, String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createResponseCommand

public BrokerSchema.ConnectionClass.CloseMethodResponseCommand createResponseCommand(CompletionCode status)

createResponseCommand

public BrokerSchema.ConnectionClass.CloseMethodResponseCommand createResponseCommand(CompletionCode status,
                                                                                     String msg)

createResponseCommand

public BrokerSchema.ConnectionClass.CloseMethodResponseCommand createResponseCommand()


Licensed to the Apache Software Foundation