Uses of Class
com.metamatrix.platform.security.api.MetaMatrixSessionID

Packages that use MetaMatrixSessionID
com.metamatrix.admin.server   
com.metamatrix.common.comm.platform.socket.server   
com.metamatrix.console.connections   
com.metamatrix.console.models   
com.metamatrix.jdbc.transport   
com.metamatrix.metadata.runtime   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.security.api   
com.metamatrix.platform.security.api.service   
com.metamatrix.platform.security.session.service   
com.metamatrix.server.admin.api   
com.metamatrix.server.admin.apiimpl   
 

Uses of MetaMatrixSessionID in com.metamatrix.admin.server
 

Methods in com.metamatrix.admin.server that return MetaMatrixSessionID
protected  MetaMatrixSessionID AbstractAdminImpl.getSessionID()
          Get The MetaMatrixSessionID for this Connection
 

Uses of MetaMatrixSessionID in com.metamatrix.common.comm.platform.socket.server
 

Methods in com.metamatrix.common.comm.platform.socket.server with parameters of type MetaMatrixSessionID
 void LogonImpl.assertIdentity(MetaMatrixSessionID sessionId)
           
 

Uses of MetaMatrixSessionID in com.metamatrix.console.connections
 

Methods in com.metamatrix.console.connections that return MetaMatrixSessionID
 MetaMatrixSessionID ConnectionInfo.getSessionID()
           
 

Uses of MetaMatrixSessionID in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models with parameters of type MetaMatrixSessionID
 void QueryManager.cancelAllQueryRequests(MetaMatrixSessionID token)
           
 

Uses of MetaMatrixSessionID in com.metamatrix.jdbc.transport
 

Constructors in com.metamatrix.jdbc.transport with parameters of type MetaMatrixSessionID
LocalServerConnection(MetaMatrixSessionID sessionId, java.util.Properties connectionProperties, ClientSideDQP dqp, ServerConnectionListener listener)
           
 

Uses of MetaMatrixSessionID in com.metamatrix.metadata.runtime
 

Methods in com.metamatrix.metadata.runtime with parameters of type MetaMatrixSessionID
 boolean StartupVDBDeleteUtility.checkSessions(VirtualDatabaseID vdbID, MetaMatrixSessionID sessionID)
          Check for any sessions logged into the specified VDB.
 boolean RuntimeVDBDeleteUtility.checkSessions(VirtualDatabaseID vdbID, MetaMatrixSessionID sessionID)
          Check for any sessions logged into the specified VDB.
abstract  boolean AbstractVDBDeleteUtility.checkSessions(VirtualDatabaseID vdbID, MetaMatrixSessionID sessionID)
          Check for any sessions logged into the specified VDB.
 void AbstractVDBDeleteUtility.deleteVDBsMarkedForDelete(MetaMatrixSessionID id)
           
 

Uses of MetaMatrixSessionID in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api with parameters of type MetaMatrixSessionID
 MetaMatrixPrincipal SessionAdminAPI.getPrincipal(MetaMatrixSessionID userSessionID)
          Get the information for the account to which the specified session has been authenticated.
 java.lang.Boolean SessionAdminAPI.isSessionValid(MetaMatrixSessionID userSessionID)
           
 void SessionAdminAPI.terminateSession(MetaMatrixSessionID userSessionID)
           
 

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

Methods in com.metamatrix.platform.admin.apiimpl that return MetaMatrixSessionID
protected  MetaMatrixSessionID SubSystemAdminAPIImpl.getSessionID()
          Get The MetaMatrixSessionID for this Connection
 

Methods in com.metamatrix.platform.admin.apiimpl with parameters of type MetaMatrixSessionID
 MetaMatrixPrincipal SessionAdminAPIImpl.getPrincipal(MetaMatrixSessionID userSessionID)
          Get the information for the account to which the specified session has been authenticated.
 java.lang.Boolean SessionAdminAPIImpl.isSessionValid(MetaMatrixSessionID userSessionID)
           
 void SessionAdminAPIImpl.terminateSession(MetaMatrixSessionID userSessionID)
           
 SessionToken IAdminHelper.validateSession(MetaMatrixSessionID sessionID)
          Get the SessionToken and validate that the session is active for the specified MetaMatrixSessionID.
 SessionToken AdminHelper.validateSession(MetaMatrixSessionID sessionID)
          Deprecated. use DQPWorkContext instead
static SessionToken AdminAPIHelper.validateSession(MetaMatrixSessionID sessionID)
          Get the SessionToken and validate that the session is active for the specified MetaMatrixSessionID.
 

Uses of MetaMatrixSessionID in com.metamatrix.platform.security.api
 

Methods in com.metamatrix.platform.security.api that return MetaMatrixSessionID
 MetaMatrixSessionID SessionToken.getSessionID()
          Returns unique session identifier
 MetaMatrixSessionID MetaMatrixSessionInfo.getSessionID()
           
 MetaMatrixSessionID LogonResult.getSessionID()
          Get the sessionID.
 

Methods in com.metamatrix.platform.security.api with parameters of type MetaMatrixSessionID
 void ILogon.assertIdentity(MetaMatrixSessionID sessionId)
           
 int MetaMatrixSessionID.compareTo(MetaMatrixSessionID obj)
          Compares this object to another.
 

Constructors in com.metamatrix.platform.security.api with parameters of type MetaMatrixSessionID
LogonResult(MetaMatrixSessionID sessionID, java.lang.String userName, java.util.Properties productInfo, long pingInterval, java.lang.String clusterName)
           
MetaMatrixSessionInfo(MetaMatrixSessionID sessionID, java.lang.String userName, long timeCreated, java.lang.String applicationName, int state, java.lang.String clusterName, java.util.Properties productInfo, java.lang.String product, java.lang.String clientIp, java.lang.String clientHostname)
          Master constructor, allows a MetaMatrixSessionInfo to be created with any state and any timestamps.
SessionToken(MetaMatrixSessionID id, java.lang.String userName)
          The primary constructor that specifies the id, userName, and product info for the session represented by this token.
 

Uses of MetaMatrixSessionID in com.metamatrix.platform.security.api.service
 

Methods in com.metamatrix.platform.security.api.service with parameters of type MetaMatrixSessionID
 void SessionServiceInterface.closeSession(MetaMatrixSessionID sessionID)
          Closes the specified session.
 MetaMatrixPrincipal SessionServiceInterface.getPrincipal(MetaMatrixSessionID sessionID)
          Returns a MetaMatrixPrincipal object describing the owner (user) of the indicated session.
 void SessionServiceInterface.pingServer(MetaMatrixSessionID sessionID)
          Periodically called by the client to indicate the client is still alive.
 boolean SessionServiceInterface.terminateSession(MetaMatrixSessionID terminatedSessionID, MetaMatrixSessionID adminSessionID)
          Terminates the specified session.
 MetaMatrixSessionInfo SessionServiceInterface.validateSession(MetaMatrixSessionID sessionID)
          This method is intended to verify that the session is valid, and, if need be, set the session in an active state, ready to be used.
 

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

Methods in com.metamatrix.platform.security.session.service with parameters of type MetaMatrixSessionID
 void SessionServiceImpl.closeSession(MetaMatrixSessionID sessionID)
           
 MetaMatrixPrincipal SessionServiceImpl.getPrincipal(MetaMatrixSessionID sessionID)
           
 void SessionServiceImpl.pingServer(MetaMatrixSessionID sessionID)
           
 boolean SessionServiceImpl.terminateSession(MetaMatrixSessionID terminatedSessionID, MetaMatrixSessionID adminSessionID)
           
 MetaMatrixSessionInfo SessionServiceImpl.validateSession(MetaMatrixSessionID sessionID)
           
 

Uses of MetaMatrixSessionID in com.metamatrix.server.admin.api
 

Methods in com.metamatrix.server.admin.api with parameters of type MetaMatrixSessionID
 void QueryAdminAPI.cancelRequests(MetaMatrixSessionID userSessionID)
          Cancel all queries for the user session.
 java.util.Collection QueryAdminAPI.getRequestsForSession(MetaMatrixSessionID userSessionID)
          Return all queries that are currently being processed for the user session.
 void TransactionAdminAPI.terminateAllTransactions(MetaMatrixSessionID userSessionID)
          Terminate all transactions for the user session.
 

Uses of MetaMatrixSessionID in com.metamatrix.server.admin.apiimpl
 

Methods in com.metamatrix.server.admin.apiimpl with parameters of type MetaMatrixSessionID
 void QueryAdminAPIImpl.cancelRequests(MetaMatrixSessionID userSessionID)
          Cancel all queries for the user session.
 java.util.Collection QueryAdminAPIImpl.getRequestsForSession(MetaMatrixSessionID userSessionID)
          Return all queries that are currently being processed for the user session.
 void TransactionAdminAPIImpl.terminateAllTransactions(MetaMatrixSessionID userSessionID)
          Terminate all transactions for the user session.
 



Copyright © 2009. All Rights Reserved.