Interface QpidAdminService
-
- All Known Implementing Classes:
QpidAdminServiceStub
public interface QpidAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccessKey()
Auto generated method signatureString
getClientID()
Auto generated method signatureString
getHostname()
Auto generated method signatureString
getPort()
Auto generated method signatureString
getSSLPort()
Auto generated method signatureString
getVirtualHostName()
Auto generated method signaturevoid
startgetAccessKey(QpidAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetClientID(QpidAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetHostname(QpidAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetPort(QpidAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSSLPort(QpidAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetVirtualHostName(QpidAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
getPort
String getPort() throws RemoteException
Auto generated method signature- Parameters:
getPort5
-- Throws:
RemoteException
-
startgetPort
void startgetPort(QpidAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getPort5
-- Throws:
RemoteException
-
getClientID
String getClientID() throws RemoteException
Auto generated method signature- Parameters:
getClientID8
-- Throws:
RemoteException
-
startgetClientID
void startgetClientID(QpidAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getClientID8
-- Throws:
RemoteException
-
getHostname
String getHostname() throws RemoteException
Auto generated method signature- Parameters:
getHostname11
-- Throws:
RemoteException
-
startgetHostname
void startgetHostname(QpidAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getHostname11
-- Throws:
RemoteException
-
getVirtualHostName
String getVirtualHostName() throws RemoteException
Auto generated method signature- Parameters:
getVirtualHostName14
-- Throws:
RemoteException
-
startgetVirtualHostName
void startgetVirtualHostName(QpidAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getVirtualHostName14
-- Throws:
RemoteException
-
getSSLPort
String getSSLPort() throws RemoteException
Auto generated method signature- Parameters:
getSSLPort17
-- Throws:
RemoteException
-
startgetSSLPort
void startgetSSLPort(QpidAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getSSLPort17
-- Throws:
RemoteException
-
getAccessKey
String getAccessKey() throws RemoteException
Auto generated method signature- Parameters:
getAccessKey20
-- Throws:
RemoteException
-
startgetAccessKey
void startgetAccessKey(QpidAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAccessKey20
-- Throws:
RemoteException
-
-