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

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

public final class BrokerSchema.LinkClass.CloseMethodResponseCommandFactory
extends Object


Method Summary
 BrokerSchema.LinkClass.CloseMethodResponseCommand createResponseCommand()
           
 BrokerSchema.LinkClass.CloseMethodResponseCommand createResponseCommand(CompletionCode status)
           
 BrokerSchema.LinkClass.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.LinkClass.CloseMethodResponseCommand createResponseCommand(CompletionCode status)

createResponseCommand

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

createResponseCommand

public BrokerSchema.LinkClass.CloseMethodResponseCommand createResponseCommand()


Licensed to the Apache Software Foundation