Uses of Class
com.metamatrix.platform.service.api.exception.ServiceException

Packages that use ServiceException
com.metamatrix.admin.server   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.service.api.exception   
com.metamatrix.platform.util   
 

Uses of ServiceException in com.metamatrix.admin.server
 

Methods in com.metamatrix.admin.server that throw ServiceException
protected  AuthorizationServiceInterface ServerAdminImpl.getAuthorizationServiceProxy()
           
protected  AuthorizationServiceInterface AbstractAdminImpl.getAuthorizationServiceProxy()
           
protected  ConfigurationServiceInterface ServerAdminImpl.getConfigurationServiceProxy()
           
protected  ConfigurationServiceInterface AbstractAdminImpl.getConfigurationServiceProxy()
           
protected  java.util.List<ConnectorBinding> ServerConfigAdminImpl.getConnectorBindingsByName(java.lang.String[] bindingNames)
           
protected  MembershipServiceInterface ServerAdminImpl.getMembershipServiceProxy()
           
protected  MembershipServiceInterface AbstractAdminImpl.getMembershipServiceProxy()
           
protected  QueryServiceInterface ServerAdminImpl.getQueryServiceProxy()
           
protected  QueryServiceInterface AbstractAdminImpl.getQueryServiceProxy()
           
protected  RuntimeStateAdminAPIHelper AbstractAdminImpl.getRuntimeStateAdminAPIHelper()
           
protected  SessionServiceInterface ServerAdminImpl.getSessionServiceProxy()
           
protected  SessionServiceInterface AbstractAdminImpl.getSessionServiceProxy()
           
 

Uses of ServiceException in com.metamatrix.platform.admin.apiimpl
 

Methods in com.metamatrix.platform.admin.apiimpl that throw ServiceException
 boolean AuthorizationAdminAPIImpl.isSuperUser(java.lang.String username)
          Return true is given username is a super user
 void RuntimeStateAdminAPIHelper.setLogConfiguration(Configuration config, LogConfiguration logConfig, java.util.List actions, java.lang.String principalName)
          Set the Log Configuration in the database and propagate changes to other VM
 

Uses of ServiceException in com.metamatrix.platform.service.api.exception
 

Subclasses of ServiceException in com.metamatrix.platform.service.api.exception
 class ServiceClosedException
          This exception will be thrown when a request is made to a service that is closed.
 class ServiceNotFoundException
          This exception will be thrown when a request is made to a service that is closed.
 class ServiceNotInitializedException
          This exception will be thrown when a request is made to a service that is not yet initialized ready state.
 class ServiceStateException
          This exception will be thrown when a request is made to a service that is not in a ready state.
 class ServiceSuspendedException
          This exception will be thrown when a request is made to a service that is closed.
 

Uses of ServiceException in com.metamatrix.platform.util
 

Methods in com.metamatrix.platform.util that throw ServiceException
static AuthorizationServiceInterface PlatformProxyHelper.getAuthorizationServiceProxy(java.lang.String policyType)
           
static ConfigurationServiceInterface PlatformProxyHelper.getConfigurationServiceProxy(java.lang.String policyType)
           
static ConnectorServiceInterface PlatformProxyHelper.getConnectorServiceProxy(java.lang.String routingID, java.lang.String policyType)
           
static MembershipServiceInterface PlatformProxyHelper.getMembershipServiceProxy(java.lang.String policyType)
           
static QueryServiceInterface PlatformProxyHelper.getQueryServiceProxy(java.lang.String policyType)
           
static SessionServiceInterface PlatformProxyHelper.getSessionServiceProxy(java.lang.String policyType)
           
 



Copyright © 2009. All Rights Reserved.