jet.server.api.rmi.admin
Interface RemoteAdminService

All Superinterfaces:
java.rmi.Remote

public interface RemoteAdminService
extends java.rmi.Remote

RemoteAdminService


Method Summary
 RemoteCatalogInfoManager getCatalogInfoManager()
          get RemoteCatalogInfoManager.
 RemoteClusterAdminService getClusterAdminService()
          Get RemoteClusterAdminService.
 RemoteConfigService getConfigService()
          Get RemoteConfigService.
 RemoteConnectionInfoProviderService getConnectionInfoProviderService()
          get connection information provider service.
 RemoteConnectionPoolManager getConnectionPoolManager()
          Get RemoteConnectionPoolManager.
 RemoteDataManager getDataManager()
          get RemoteDataManager
 RemoteResourceAdminService getResourceAdminService()
          Get RemoteResourceAdminService.
 RemoteResourceAliasManager getResourceAliasManager()
          get resource alias manager
 RemoteSecurityAdminService getSecurityAdminService()
          Get RemoteSecurityAdminService.
 

Method Detail

getClusterAdminService

RemoteClusterAdminService getClusterAdminService()
                                                 throws java.rmi.RemoteException
Get RemoteClusterAdminService.

Returns:
the RemoteClusterAdminService.
Throws:
java.rmi.RemoteException - will be thrown if error occurs.

getResourceAdminService

RemoteResourceAdminService getResourceAdminService()
                                                   throws java.rmi.RemoteException
Get RemoteResourceAdminService.

Returns:
the RemoteResourceAdminService.
Throws:
java.rmi.RemoteException - will be thrown if error occurs.

getSecurityAdminService

RemoteSecurityAdminService getSecurityAdminService()
                                                   throws java.rmi.RemoteException
Get RemoteSecurityAdminService.

Returns:
the RemoteSecurityAdminService.
Throws:
java.rmi.RemoteException - will be thrown if error occurs.

getConfigService

RemoteConfigService getConfigService()
                                     throws java.rmi.RemoteException
Get RemoteConfigService.

Returns:
the RemoteConfigService.
Throws:
java.rmi.RemoteException - will be thrown if error occurs.

getConnectionPoolManager

RemoteConnectionPoolManager getConnectionPoolManager()
                                                     throws java.rmi.RemoteException
Get RemoteConnectionPoolManager.

Returns:
the RemoteConnectionPoolManager.
Throws:
java.rmi.RemoteException - will be thrown if error occurs.

getDataManager

RemoteDataManager getDataManager()
                                 throws java.rmi.RemoteException
get RemoteDataManager

Returns:
the RemoteDataManager
Throws:
java.rmi.RemoteException - will be thrown if error occurs.

getResourceAliasManager

RemoteResourceAliasManager getResourceAliasManager()
                                                   throws java.rmi.RemoteException
get resource alias manager

Returns:
the ResourceAliasManager.
Throws:
java.rmi.RemoteException - will be thrown if error occurs.

getConnectionInfoProviderService

RemoteConnectionInfoProviderService getConnectionInfoProviderService()
                                                                     throws java.rmi.RemoteException
get connection information provider service.

Returns:
the RemoteConnectionInfoProviderService.
Throws:
java.rmi.RemoteException - will be thrown if error occurs.

getCatalogInfoManager

RemoteCatalogInfoManager getCatalogInfoManager()
                                               throws java.rmi.RemoteException
get RemoteCatalogInfoManager.

Returns:
the CatalogInfoManager.
Throws:
java.rmi.RemoteException - will be thrown if error occurs.