org.apache.qpid.qmf.schema
Interface BrokerSchema.LinkDelegate
- All Superinterfaces:
- QMFObject.Delegate
- Enclosing class:
- BrokerSchema
public static interface BrokerSchema.LinkDelegate
- extends QMFObject.Delegate
Method Summary |
BrokerSchema.LinkClass.BridgeMethodResponseCommand |
bridge(BrokerSchema.LinkClass.BridgeMethodResponseCommandFactory factory,
Boolean durable,
String src,
String dest,
String key,
String tag,
String excludes,
Boolean srcIsQueue,
Boolean srcIsLocal,
Boolean dynamic,
Integer sync)
|
BrokerSchema.LinkClass.CloseMethodResponseCommand |
close(BrokerSchema.LinkClass.CloseMethodResponseCommandFactory factory)
|
Boolean |
getDurable()
|
String |
getHost()
|
String |
getLastError()
|
Integer |
getPort()
|
String |
getState()
|
String |
getTransport()
|
BrokerSchema.VhostObject |
getVhostRef()
|
getVhostRef
BrokerSchema.VhostObject getVhostRef()
getHost
String getHost()
getPort
Integer getPort()
getTransport
String getTransport()
getDurable
Boolean getDurable()
getState
String getState()
getLastError
String getLastError()
close
BrokerSchema.LinkClass.CloseMethodResponseCommand close(BrokerSchema.LinkClass.CloseMethodResponseCommandFactory factory)
bridge
BrokerSchema.LinkClass.BridgeMethodResponseCommand bridge(BrokerSchema.LinkClass.BridgeMethodResponseCommandFactory factory,
Boolean durable,
String src,
String dest,
String key,
String tag,
String excludes,
Boolean srcIsQueue,
Boolean srcIsLocal,
Boolean dynamic,
Integer sync)
Licensed to the Apache Software Foundation