org.apache.qpid.server.virtualhost
Interface ManagedVirtualHost

All Known Implementing Classes:
VirtualHostImpl.VirtualHostMBean

public interface ManagedVirtualHost

The management interface exposed to allow management of a virtualHost


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

Field Detail

TYPE

static final String TYPE
See Also:
Constant Field Values

VERSION

static final int VERSION
See Also:
Constant Field Values
Method Detail

getName

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

Returns:
the name of the exchange.
Throws:
IOException


Licensed to the Apache Software Foundation