org.apache.qpid.server.virtualhost
Interface ManagedVirtualHost

All Known Implementing Classes:
VirtualHost.VirtualHostMBean

public interface ManagedVirtualHost

The management interface exposed to allow management of an Exchange.

Version:
0.1

Field Summary
static java.lang.String TYPE
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the managed virtualHost.
 

Field Detail

TYPE

static final java.lang.String TYPE
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws java.io.IOException
Returns the name of the managed virtualHost.

Returns:
the name of the exchange.
Throws:
java.io.IOException


Copyright © 2007. All Rights Reserved.