-
anvil.session.SessionContainer.createSession()
-
com.caucho.server.session.SessionManager.createSession()
Finds a session in the session store, creating one if 'create' is true
@param isCreate if the session doesn't exist, create it
@param request current request
@sessionId a desired sessionId or null
@param now the time in milliseconds
@param fromCookie true if the session id comes from a cookie
@return the cached session.
-
com.nokia.dempsy.cluster.ClusterInfoSessionFactory.createSession()
-
com.nokia.dempsy.cluster.invm.LocalClusterSessionFactory.createSession()
-
com.sun.messaging.jmq.jmsserver.data.handlers.SessionHandler.createSession()
-
com.sun.xml.ws.runtime.dev.SessionManager.createSession()
Creates a Session with the given key, using a new instance of the specified Class as a holder for user-defined data. The specified Class must have a default ctor.
@param key The Session key to be used.
@returns The new Session.. null
if the givenclass cannot be instantiated.
-
de.javakaffee.web.msm.MemcachedSessionService.SessionManager.createSession()
-
edu.wpi.cs.wpisuitetng.SessionManager.createSession()
Returns a new Session for the given User.
@param username
@return the identifying session long ID.
-
io.undertow.server.session.SessionManager.createSession()
Creates a new session. Any {@link SessionListener}s registered with this manager will be notified of the session creation. This method *MUST* call {@link SessionConfig#findSession(io.undertow.server.HttpServerExchange)} first todetermine if an existing session ID is present in the exchange. If this id is present then it must be used as the new session ID. If a session with this ID already exists then an {@link IllegalStateException} must bethrown. this method *MUST* call {@link SessionConfig#attachSession(io.undertow.server.HttpServerExchange,Session)}on the newly created session to attach it to the exchange. This requirement exists to allow forwards across servlet contexts to work correctly.
@return The created session
-
jSimMacs.logic.handler.SSHDataHandler.createSession()
Creates a SSH Session object
@return session object
@throws IOException
-
javax.jms.Connection.createSession()
-
javax.jms.QueueConnection.createSession()
-
javax.jms.TopicConnection.createSession()
-
javax.jms.XAConnection.createSession()
-
net.rim.blackberry.api.bbm.platform.service.MessagingService.createSession()
-
net.sourceforge.squirrel_sql.client.session.SessionManager.createSession()
Create a new session.
@param app Application API.
@param driver JDBC driver for session.
@param alias Defines URL to database.
@param conn Connection to database.
@param user User name connected with.
@param password Password for user
@throws IllegalArgumentException Thrown if IApplication, ISQLDriver, ISQLAlias, or SQLConnection is passed as null.
-
oracle.jms.AQjmsConnection.createSession()
-
org.activemq.ActiveMQConnection.createSession()
Creates a Session
object.
@param transacted indicates whether the session is transacted
@param acknowledgeMode indicates whether the consumer or the client will acknowledge any messages it receives; ignored if the session is transacted. Legal values are Session.AUTO_ACKNOWLEDGE
, Session.CLIENT_ACKNOWLEDGE
, and Session.DUPS_OK_ACKNOWLEDGE
.
@return a newly created session
@throws JMSException if the Connection
object fails to create a session due to some internal error or lack of support for the specific transaction and acknowledgement mode.
@see Session#AUTO_ACKNOWLEDGE
@see Session#CLIENT_ACKNOWLEDGE
@see Session#DUPS_OK_ACKNOWLEDGE
@since 1.1
-
org.apache.activemq.ActiveMQConnection.createSession()
Creates a Session
object.
@param transacted indicates whether the session is transacted
@param acknowledgeMode indicates whether the consumer or the client willacknowledge any messages it receives; ignored if the session is transacted. Legal values are Session.AUTO_ACKNOWLEDGE
, Session.CLIENT_ACKNOWLEDGE
, and Session.DUPS_OK_ACKNOWLEDGE
.
@return a newly created session
@throws JMSException if the Connection
object fails tocreate a session due to some internal error or lack of support for the specific transaction and acknowledgement mode.
@see Session#AUTO_ACKNOWLEDGE
@see Session#CLIENT_ACKNOWLEDGE
@see Session#DUPS_OK_ACKNOWLEDGE
@since 1.1
-
org.apache.archiva.metadata.repository.RepositorySessionFactory.createSession()
-
org.apache.catalina.Manager.createSession()
Construct and return a new session object, based on the default settings specified by this Manager's properties. The session id will be assigned by this method, and available via the getId() method of the returned session. If a new session cannot be created for any reason, return null
.
@exception IllegalStateException if a new session cannot beinstantiated for any reason
-
org.apache.chemistry.opencmis.client.api.Repository.createSession()
Creates a session for this repository.
-
org.apache.chemistry.opencmis.client.api.SessionFactory.createSession()
Creates a new session.
@param T a class implementing the {@link Session} interface
@param parameters a {@code Map} of name/value pairs with parameters for thesession
@return a {@link Session} connected to the CMIS repository
@throws CmisBaseException if the connection could not be established
@see SessionParameter
-
org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl.createSession()
-
org.apache.cocoon.sunshine.SunShine.createSession()
Create a new session for the user. A new session is created for this user. If the user has already a session, no new session is created and the old one is returned.
-
org.apache.cocoon.webapps.session.SessionManager.createSession()
Create a new session for the user. A new session is created for this user. If the user has already a session, no new session is created and the old one is returned.
-
org.apache.cocoon.webapps.session.components.SessionManager.createSession()
Create a new session for the user. A new session is created for this user. If the user has already a session, no new session is created and the old one is returned.
-
org.apache.felix.service.command.CommandProcessor.createSession()
Create a new command session associated with IO streams.
The session is bound to the life cycle of the bundle getting this service. The session will be automatically closed when this bundle is stopped or the service is returned.
The shell will provide any available commands to this session and can set additional variables.
@param in The value used for System.in
@param out The stream used for System.out
@param err The stream used for System.err
@return A new session.
-
org.apache.hadoop.eclipse.server.HadoopServer.createSession()
Create an SSH session with no timeout
@return Session object with no timeout
@throws JSchException
-
org.apache.jackrabbit.core.SessionImpl.createSession()
Creates a new session with the same subject as this sessions but to a different workspace. The returned session is a newly logged in session, with the same subject but a different workspace. Even if the given workspace is the same as this sessions one, the implementation must return a new session object.
@param workspaceName name of the workspace to acquire a session for.
@return A session to the requested workspace for the same authenticatedsubject.
@throws AccessDeniedException in case the current Subject is not allowedto access the requested Workspace
@throws NoSuchWorkspaceException If the named workspace does not exist.
@throws RepositoryException in any other exceptional state
-
org.apache.karaf.shell.security.impl.SecuredCommandProcessorImpl.createSession()
-
org.apache.oozie.jms.ConnectionContext.createSession()
Creates session using the specified session opts
@param sessionOpts
@return
@throws JMSException
-
org.apache.qpid.amqp_1_0.client.Connection.createSession()
-
org.apache.qpid.client.AMQConnection.createSession()
-
org.apache.qpid.nclient.Connection.createSession()
Create a session for this connection.
The returned session is suspended (i.e. this session is not attached to an underlying channel)
@param expiryInSeconds Expiry time expressed in seconds, if the value is less thanor equal to 0 then the session does not expire.
@return A newly created (suspended) session.
-
org.apache.qpid.transport.Connection.createSession()
-
org.caffinitas.mapper.core.PersistenceManager.createSession()
Create a new persistence session to perform actions on entities without entity instance tracking.
-
org.codehaus.activemq.test.JmsResourceProvider.createSession()
@see org.codehaus.activemq.test.JmsResourceProvider#createSession(javax.jms.Connection)
-
org.eclipse.jetty.websocket.common.SessionFactory.createSession()
-
org.eclipse.m2e.core.embedder.IMaven.createSession()
-
org.hornetq.api.core.client.ClientSessionFactory.createSession()
Creates a non-transacted session. Message sends and acknowledgements are automatically committed by the session. This does not mean that messages are automatically acknowledged, only that when messages are acknowledged, the session will automatically commit the transaction containing the acknowledgements.
@return a non-transacted ClientSession
@throws HornetQException if an exception occurs while creating the session
-
org.hornetq.core.client.impl.ClientSessionFactoryImpl.createSession()
-
org.hornetq.core.client.impl.ClientSessionFactoryInternal.createSession()
-
org.huihoo.willow.session.SessionManager.createSession()
Construct and return a new session object, based on the default settings specified by this Manager's properties. The session id will be assigned by this method, and available via the getId() method of the returned session. If a new session cannot be created for any reason, return null
.
@exception IllegalStateException if a new session cannot beinstantiated for any reason
-
org.jboss.as.ejb3.component.stateful.StatefulSessionComponent.createSession()
-
org.jboss.as.web.session.mocks.MockClusteredSessionManager.createSession()
-
org.jboss.ejb3.proxy.container.StatefulSessionInvokableContext.createSession()
Creates a new user session and returns the unique Session ID
@return
-
org.jboss.ejb3.proxy.spi.container.StatefulSessionFactory.createSession()
Creates a new user session and returns the unique Session ID
@return
-
org.jboss.ejb3.session.SessionContainer.createSession()
Create session to an EJB bean.
@param initParameterTypes the parameter types used by the home's create method
@param initParameterValues the arguments for the home's create method
@return the identifier of the session
-
org.jboss.ejb3.test.cachepassivation.MockStatefulContainer.createSession()
-
org.jboss.jms.client.JBossConnection.createSession()
-
org.jboss.test.cluster.web.jvmroute.MockJBossManager.createSession()
-
org.jboss.test.cluster.web.mocks.MockClusteredManager.createSession()
-
org.jbpm.task.service.TaskService.createSession()
-
org.jdesktop.wonderland.client.login.ServerSessionManager.createSession()
Create a new WonderlandSession using the default session creator
@return the newly created session
@throws LoginFailureException if there is a problem creating thesession with the login credentials from this manager
-
org.jscsi.initiator.Initiator.createSession()
Creates a new session with the given target name, which is read from the configuration file.
@param targetName The name of the iSCSI Target to connect.
@throws NoSuchSessionException if no session was found
-
org.knopflerfish.service.um.useradmin.PasswdAuthenticator.createSession()
Creates an authentication session.
@return a session.
-
org.modeshape.jcr.cache.RepositoryCache.createSession()
Create a session for the workspace with the given name, using the supplied ExecutionContext for the session.
@param context the context for the new session; may not be null
@param workspaceName the name of the workspace; may not be null
@param readOnly true if the session is to be read-only
@return the new session that supports writes; never null
@throws WorkspaceNotFoundException if no such workspace exists
-
org.objectweb.joram.client.connector.OutboundConnection.createSession()
Returns the unique authorized JMS session per connection wrapped in an OutboundSession
instance.
@exception javax.jms.IllegalStateException If the handle is invalid.
@exception javax.jms.JMSException Generic exception.
-
org.osgi.service.command.CommandProcessor.createSession()
Create a new command session associated with IO streams. The session is bound to the life cycle of the bundle getting this service. The session will be automatically closed when this bundle is stopped or the service is returned. The shell will provide any available commands to this session and can set additional variables.
@param in The value used for System.in
@param out The stream used for System.out
@param err The stream used for System.err
@return A new session.
-
org.serviceconnector.api.cln.SCSessionService.createSession()
Creates the session on SC. Uses default operation timeout to complete operation.
Once a create session has been called a delete session must be done at the end of communication.
@param scMessage the SC message
@param callback the message callback which is used to inform the client in case of asynchronous operations
@return the SC message
@throws SCServiceException session already created
create session on SC failed
error message received from SC
create session has been rejected by the server
@throws SCMPValidatorException create session message is null
message callback is null
-
org.serviceconnector.server.CascadedSC.createSession()
Creates the session.
@param msgToForward the message to forward
@param callback the callback
@param timeoutMillis the timeout milliseconds
-
org.serviceconnector.server.StatefulServer.createSession()
Creates the session.
@param msgToForward the message to forward
@param callback the callback
@param timeoutMillis the timeout millis
@throws ConnectionPoolBusyException the connection pool busy exception
-
org.springmodules.jsr94.rulesource.DefaultRuleSource.createSession()
Gets a RuleSession implementation for the specified bindUri, properties and type
@param uri The ruleset uri
@param properties The properties for the session
@param type The session type
@return RuleSession
@throws RuleExecutionSetNotFoundException If the bindUri points to a non-registered ruleExecutionSet
@throws RemoteException If an remoting error is encountered
@throws RuleSessionTypeUnsupportedException If the specified RuleSession type cannot be created
@throws RuleSessionCreateException If the RuleSession cannot be created
@see javax.rules.RuleRuntime#STATEFUL_SESSION_TYPE
@see javax.rules.RuleRuntime#STATELESS_SESSION_TYPE
-
org.teiid.dqp.service.SessionService.createSession()
Create a session for the given user authenticating against the given Credentials
.
-
org.teiid.services.SessionServiceImpl.createSession()
-
org.uiautomation.ios.IOSServerManager.createSession()
-
org.wso2.carbon.rule.kernel.backend.RuleBackendRuntime.createSession()
Create a session based on the given SessionDescription. The session can be stateful or stateless
@param sessionDescription information about the session to be created
@return a valid Session
object, either stateful or stateless
-
pl.net.bluesoft.rnd.processtool.bpm.ProcessToolBpmSession.createSession()