Interface CGAdminService
-
- All Known Implementing Classes:
CGAdminServiceStub
public interface CGAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deployProxy(CGServiceMetaDataBean metaData9)
Auto generated method signature for Asynchronous InvocationsCGProxyToolsURLs
getPublishedProxyToolsURLs(String serviceName14, String domainName15)
Auto generated method signatureCGThriftServerBean
getThriftServerConnectionBean()
Auto generated method signaturevoid
startgetPublishedProxyToolsURLs(String serviceName14, String domainName15, CGAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetThriftServerConnectionBean(CGAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
unDeployProxy(String serviceName4)
Auto generated method signature for Asynchronous Invocationsvoid
updateProxy(String serviceName11, int eventType12)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
unDeployProxy
void unDeployProxy(String serviceName4) throws RemoteException, CGAdminServiceCGException
Auto generated method signature for Asynchronous Invocations- Throws:
CGAdminServiceCGException
- :RemoteException
-
getThriftServerConnectionBean
CGThriftServerBean getThriftServerConnectionBean() throws RemoteException, CGAdminServiceCGException
Auto generated method signature- Parameters:
getThriftServerConnectionBean5
-- Throws:
CGAdminServiceCGException
- :RemoteException
-
startgetThriftServerConnectionBean
void startgetThriftServerConnectionBean(CGAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getThriftServerConnectionBean5
-- Throws:
RemoteException
-
deployProxy
void deployProxy(CGServiceMetaDataBean metaData9) throws RemoteException, CGAdminServiceCGException
Auto generated method signature for Asynchronous Invocations- Throws:
CGAdminServiceCGException
- :RemoteException
-
updateProxy
void updateProxy(String serviceName11, int eventType12) throws RemoteException, CGAdminServiceCGException
Auto generated method signature for Asynchronous Invocations- Throws:
CGAdminServiceCGException
- :RemoteException
-
getPublishedProxyToolsURLs
CGProxyToolsURLs getPublishedProxyToolsURLs(String serviceName14, String domainName15) throws RemoteException, CGAdminServiceCGException
Auto generated method signature- Parameters:
getPublishedProxyToolsURLs13
-- Throws:
CGAdminServiceCGException
- :RemoteException
-
startgetPublishedProxyToolsURLs
void startgetPublishedProxyToolsURLs(String serviceName14, String domainName15, CGAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getPublishedProxyToolsURLs13
-- Throws:
RemoteException
-
-