Interface CGAdminService
-
- All Known Implementing Classes:
CGAdminServiceStub
public interface CGAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeployProxy(CGServiceMetaDataBean metaData9)Auto generated method signature for Asynchronous InvocationsCGProxyToolsURLsgetPublishedProxyToolsURLs(String serviceName14, String domainName15)Auto generated method signatureCGThriftServerBeangetThriftServerConnectionBean()Auto generated method signaturevoidstartgetPublishedProxyToolsURLs(String serviceName14, String domainName15, CGAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetThriftServerConnectionBean(CGAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidunDeployProxy(String serviceName4)Auto generated method signature for Asynchronous InvocationsvoidupdateProxy(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
-
-