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

Packages that use ServiceStateException
com.metamatrix.platform.security.membership.service   
com.metamatrix.platform.security.membership.spi   
com.metamatrix.platform.security.membership.spi.file   
com.metamatrix.platform.security.membership.spi.ldap   
com.metamatrix.platform.security.session.service   
com.metamatrix.platform.service.api.exception   
com.metamatrix.platform.service.controller   
com.metamatrix.server.connector.service   
 

Uses of ServiceStateException in com.metamatrix.platform.security.membership.service
 

Methods in com.metamatrix.platform.security.membership.service that throw ServiceStateException
static java.util.Properties MembershipServiceImpl.loadFile(java.lang.String fileName, java.lang.Class clazz)
          Loads the given file by searching multiple loading mechanisms
 

Uses of ServiceStateException in com.metamatrix.platform.security.membership.spi
 

Methods in com.metamatrix.platform.security.membership.spi that throw ServiceStateException
 void MembershipDomain.initialize(java.util.Properties env)
          Initialize this domain with the given properties.
 void MembershipDomain.shutdown()
          Shut down this domain to further work.
 

Uses of ServiceStateException in com.metamatrix.platform.security.membership.spi.file
 

Methods in com.metamatrix.platform.security.membership.spi.file that throw ServiceStateException
 void FileMembershipDomain.initialize(java.util.Properties env)
           
 void FileMembershipDomain.shutdown()
           
 

Uses of ServiceStateException in com.metamatrix.platform.security.membership.spi.ldap
 

Methods in com.metamatrix.platform.security.membership.spi.ldap that throw ServiceStateException
 void LDAPMembershipDomain.initialize(java.util.Properties props)
           
 void LDAPMembershipDomain.shutdown()
           
 

Uses of ServiceStateException in com.metamatrix.platform.security.session.service
 

Methods in com.metamatrix.platform.security.session.service that throw ServiceStateException
 java.util.Collection<MetaMatrixSessionInfo> SessionServiceImpl.getSessionsLoggedInToVDB(java.lang.String VDBName, java.lang.String VDBVersion)
           
 void SessionServiceImpl.pingServer(MetaMatrixSessionID sessionID)
           
 

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

Subclasses of ServiceStateException 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 ServiceNotInitializedException
          This exception will be thrown when a request is made to a service that is not yet initialized ready state.
 class ServiceSuspendedException
          This exception will be thrown when a request is made to a service that is closed.
 

Uses of ServiceStateException in com.metamatrix.platform.service.controller
 

Methods in com.metamatrix.platform.service.controller that throw ServiceStateException
 void AbstractService.checkState()
          If service is not open an exception is thrown.
 

Uses of ServiceStateException in com.metamatrix.server.connector.service
 

Methods in com.metamatrix.server.connector.service that throw ServiceStateException
 void ConnectorService.checkState()
          Check the underlying connectorManager's state, then call the super.checkState().
 com.metamatrix.dqp.internal.datamgr.ConnectorID ConnectorService.getConnectorID()
           
 



Copyright © 2009. All Rights Reserved.