Examples of Session

  • org.jscsi.initiator.connection.Session

    Session

    A session or Initiator Target Nexus is a directed communication from an iSCSI Initiator to an iSCSI Target. Each session can contain several connections. This allows a better usage of bandwidth and decreases latency times. The Abstract Class is used to implement serveral single- and multithreaded variants of Sessions @author Volker Wildi, University of Konstanz @author Patrice Matthias Brend'amour, University of Kontanz @author Sebastian Graf, University of Kontanz

  • org.knopflerfish.service.console.Session
    Control interface for a command session. @author Gatespace AB @version $Revision: 1.1.1.1 $ @see ConsoleService
  • org.lealone.engine.Session
    A session represents an embedded database connection. When using the server mode, this object resides on the server side and communicates with a SessionRemote object on the client side.
  • org.menacheri.jetclient.app.Session
    This interface abstracts a session in jetclient. A session can be thought of as a high level connection to a remote jetserver. Internally it can have TCP as well as UDP connections. The session also has event dispatching capabilities. So when an event comes into the session, it will get dispatched to the appropriate {@link EventHandler}. @author Abraham Menacherry
  • org.menacheri.jetserver.app.Session
  • org.mobicents.slee.util.Session
  • org.modeshape.jcr.api.Session
    A specialization of the standard JCR {@link javax.jcr.Session} interface that returns the ModeShape-specific extensioninterfaces from {@link #getWorkspace()}, {@link #getRepository()}, and {@link #getValueFactory()}.
  • org.mortbay.jetty.servlet.AbstractSessionManager.Session
  • org.nuxeo.ecm.directory.Session
  • org.objectweb.joram.client.jms.Session
    Implements the javax.jms.Session interface.

    A Session object is a single-threaded context for producing and consuming messages. A session serves several purposes:

    A session can create and service multiple message producers and consumers.
  • org.openbravo.model.ad.access.Session
    Entity class for entity ADSession (stored in table AD_Session). NOTE: This class should not be instantiated directly. To instantiate this class the {@link org.openbravo.base.provider.OBProvider} should be used.
  • org.openiaml.model.model.scopes.Session
  • org.openntf.domino.Session
    The Interface Session is the root of the Domino Objects containment hierarchy, providing access to the other Domino objects, and represents the Domino environment of the current program.
  • org.openqa.selenium.remote.server.Session
  • org.openrdf.store.Session
    Stores thread-based session information. Sessions are typically initialized in servers.
  • org.parosproxy.paros.model.Session
    To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
  • org.renjin.eval.Session
    Outermost context for R evaluation.

    The Session corresponds to an R process of the original interpreter, but multiple Renjin Sessions can be live within a single JVM.

  • org.richfaces.application.push.Session

    Session represents user’s subscription to a set of topics. This set is immutable, so new session should be created if user wants to add/remove subscriptions to some topics.

    Session does multiplexing for messages from several topics, so that only a single client connection is required to for data transfer.

    When session is created, it is getting unique UUID identifier, that client uses to communicate to that session.

    When client is subscribed to a set of topics associated with some session, session fires SessionPreSubscriptionEvent, so that application developer can control subscriptions according to access rights.

    Session is kept alive for ( {@link #getMaxInactiveInterval()}) minutes since the last time it has been accessed. Note that push can work in either polling (long polling) and persistent connection (WebSocket) modes, so session should be kept-alive correctly in both cases.

    @author Nick Belaevski
  • org.rstudio.studio.client.workbench.model.Session
  • org.sd_network.vfsshell.Session
    A session folder.

    $Id$ @author Masatoshi Sato

  • org.serviceconnector.service.Session
    The Class Session. Provides unique id and an attribute map to store data. A session represents virtual relation between a client and a server. Session activity is observed by a timer. The timer gets initialized when adding the session to the registry. It gets reseted when session is used by requests.
  • org.smpp.Session
    Class Session provides all methods necessary for communication with SMSC using SMPP protocol, i.e. methods for sending PDUs as defined in SMPP specification as well as receiving responses for sent PDUs and waiting for PDUs whose sending was initiated by SMSC.
    Instance of Session represents one connection of ESME to a SMSC. Multiple connections can be established using multiple Sessions.

    Session uses Connection object which is instantiated outside of the Session. This way is the Session made independent on the communication protocol and Session's code isn't populated by protocol dependent initialisation.

    Code example of binding, sending one message and unbinding:

     Connection conn = new TCPIPConnection("123.123.123.123", 6543); Session session = new Session(conn); BindRequest breq = new BindTransmitter(); breq.setSystemId("MYNAME"); breq.setPassword("my_pswdx"); Response resp = session.bind(breq); if (resp.getCommandStatus() == Data.ESME_ROK) { SubmitSM msg = new SubmitSM(); msg.setSourceAddr("3538998765432"); msg.setDestAddr("3538619283746"); msg.setShortMessage("Hello, world!"); resp = session.submit(msg); if (resp.getCommandStatus() == Data.ESME_ROK) { System.out.println("Message submitted. Status=" + resp.getCommandStatus()); } else { System.out.println("Message submission failed. Status=" + resp.getCommandStatus()); } session.unbind(); } else { System.out.println("Couldn't bind. Status=" + resp.getCommandStatus()); } 
    Note that the cycle bind - send PDU's - unbind can be called several times for once created session.

    Particular methods for sending PDUs to SMSC return responses to the sent PDUs. They return null if no response is received in time specified by the receive timeout in receiver. This means that the methods wait for response corresponding to the request. The corresponding response is recognized using sequence number of the sent PDU and a corresponding response command id.
    The session can work in assynchronous manner, i.e. it doesn't wait for response for the sent request, instead all responses are handled by instance of callback class ServerPDUEventListener whenever they are received.
    The Session class checks if operations invoked are valid in the current state of the session. If not, then such operation throws WrongSessionStateException expcetion. For example it's incorrect to try to submit a message if the session is bound as receiver. The checking if the operation is valid in the current state of session is turned off by default. @author Logica Mobile Networks SMPP Open Source Team @version $Revision: 1.4 $ @see Connection @see Transmitter @see Receiver @see ServerPDUEventListener

  • org.spout.api.protocol.Session
  • org.springframework.integration.file.remote.session.Session
  • org.springframework.session.Session
    Provides a way to identify a user in an agnostic way. This allows the session to be used by an HttpSession, WebSocket Session, or even non web related sessions. @author Rob Winch @since 1.0
  • org.subethamail.smtp.server.Session
    The thread that handles a connection. This class passes most of it's responsibilities off to the CommandHandler. @author Jon Stevens @author Jeff Schnitzer
  • org.tamacat.httpd.session.Session

    {@code Session} interface like HttpSession of Servlet-API.

  • org.teiid.adminapi.Session
    A Session is a lasting connection between a client and a Teiid System. A user may be allowed to have multiple sessions active simultaneously.
  • org.travsoup.wrappers.Session
    Do not use this without permission. User: harrynoob Date: 12-5-13 Time: 16:21
  • org.uberfire.java.nio.security.Session
    TODO: update me
  • org.uiautomation.ios.UIAModels.Session
  • org.wkh.bateman.trade.Session
  • org.wso2.carbon.rule.core.Session
    Runtime connection between the rule engine and its users
  • org.zkoss.zk.ui.Session
    A user session.

    To get the current session, use {@link Sessions#getCurrent}, or {@link Desktop#getSession}.

    A session, {@link Session}, might have multiple pages, {@link Page}, while a page belongs to exactly one session. A page, {@link Page}, might have many components, {@link Component}, while a component belongs to exactly one page. @author tomyeh

  • parrot.server.SessionManager.Session
  • play.mvc.Http.Session
  • play.mvc.Scope.Session
  • pt.opensoft.msg.Session
  • quickfix.Session
  • railo.runtime.type.scope.Session
  • ratpack.session.Session
  • remote.motecontrol.client.Session
    Created on Sep 19, 2005 @author zept
  • rocks.xmpp.core.session.model.Session
    org/rfcs/rfc3921.html#session">3. Session Establishment

    If a server supports sessions, it MUST include a {@code } element qualified by the 'urn:ietf:params:xml:ns:xmpp-session' namespace in the stream features it advertises to a client after the completion of stream authentication as defined in [XMPP-CORE].

    Upon being so informed that session establishment is required (and after completing resource binding), the client MUST establish a session if it desires to engage in instant messaging and presence functionality; it completes this step by sending to the server an IQ stanza of type "set" containing an empty {@code } child element qualified by the 'urn:ietf:params:xml:ns:xmpp-session' namespace.

    Note: Session establishment has been removed from the updated specification.

    @author Christian Schudt
  • se.despotify.client.protocol.Session
  • securite.Session
  • spark.Session
    Provides session information.
  • tridion.contentmanager.Session
  • xbird.client.command.Session
    @author Makoto YUI (yuin405+xbird@gmail.com)
  • yalp.mvc.Scope.Session

  • Examples of org.eurekaj.api.datatypes.Session

        public void messageReceived(ChannelHandlerContext ctx, MessageEvent e) throws Exception {
            String jsonResponse = "";
            String uri = getUri(e);
            String cookieUuidToken = getCookieValue(e, "uuidToken");
            logger.info("cookieUuidToken: " + cookieUuidToken);
            Session session = getAccountService().getSession(cookieUuidToken);
            String id = getUrlId(e, "account");
            String messageContent = getHttpMessageContent(e);
           
            logger.info(messageContent);
           
            if ((isPost(e) || isPut(e)) && isRoot(session)) {
                //Update the account
                BasicAccount account = new Gson().fromJson(messageContent, BasicAccount.class);
                logger.info("Account Name: " + account.getId());
                logger.info("Account Type: " + account.getAccountType());

                getAccountService().persistAccount(account);
            } else if (isPost(e) && session != null) { //Register new account
              //TODO: Verify that account name is unique!!
              JSONObject jsonObject = BuildJsonObjectsUtil.extractJsonContents(getHttpMessageContent(e));

                Account account = ParseJsonObjects.parseAccount(jsonObject);
                logger.info("Account Name: " + account.getId());
                BasicAccount basicAccount = new BasicAccount(account);
                basicAccount.setAccountType("new");

                getAccountService().persistAccount(account);
            } else if(isGet(e) && id != null && session != null) { //Get account for current user
              logger.info("Getting account for: " + session.getAccountName());
              Account account = getAccountService().getAccount(session.getAccountName());
              JsonObject accountObject = new JsonObject();
              accountObject.add("account", new Gson().toJsonTree(account));
             
              jsonResponse = accountObject.toString();
            } else if (isGet(e) && isRoot(session)) {
    View Full Code Here

    Examples of org.exist.security.Session

                final Subject subject = sessions.read(new SessionDbRead<Subject>(){
                    @Override
                    public Subject execute(final Map<String, Session> db) {
                     
                      Session session = db.get((String)credentials);
                      if (session == null) return null;
                     
                      if (session.isValid())
                        return session.getSubject();
                     
                      return null;
                    }
                });
    View Full Code Here

    Examples of org.ggf.drmaa.Session

    import org.ggf.drmaa.SessionFactory;

    public class Howto4 {
       public static void main(String[] args) {
          SessionFactory factory = SessionFactory.getFactory();
          Session session = factory.getSession();
         
          try {
             session.init("");
             JobTemplate jt = session.createJobTemplate();
             jt.setRemoteCommand("sleeper.sh");
             jt.setArgs(Collections.singletonList("5"));
            
             String id = session.runJob(jt);
            
             System.out.println("Your job has been submitted with id " + id);
            
             session.control(id, Session.TERMINATE);
            
             System.out.println("Your job has been deleted");
            
             session.deleteJobTemplate(jt);
             session.exit();
          } catch (DrmaaException e) {
             System.out.println("Error: " + e.getMessage());
          }
       }
    View Full Code Here

    Examples of org.glassfish.grizzly.http.server.Session

           
            /*
             * This is the main JAR, so combine it with the previously-generated
             * and saved main JNLP document.
             */
            final Session session = gReq.getSession();
            final Object jwsObj = session.getAttribute(AppClientHTTPAdapter.GF_JWS_SESSION_CACHED_JNLP_NAME);
            if (jwsObj == null) {
                logger.log(Level.FINE, "Session {0} did not contain cached JNLP", session.getIdInternal());
                throw new NullPointerException();
            }
            if ( ! (jwsObj instanceof byte[])) {
                logger.log(Level.FINE, "Session {0} cached JNLP is not a byte[] as expected", session.getIdInternal());
                throw new IllegalArgumentException(jwsObj.getClass().toString());
            }

            /*
             * We do not know the finished length so we cannot set Content-Length.
    View Full Code Here

    Examples of org.h2.engine.Session

                p.setProperty("user", userName);
                p.setProperty("password", getPassword());
                ConnectionInfo ci = new ConnectionInfo("jdbc:h2:" + testDatabase + ";FILE_LOCK=NO;TRACE_LEVEL_FILE=0", p);
                Database database = new Database(ci, null);
                // close the database
                Session session = database.getSystemSession();
                session.prepare("shutdown immediately").update();
                database.removeSession(null);
                // everything OK - return
                return;
            } catch (DbException e) {
                SQLException e2 = DbException.toSQLException(e);
    View Full Code Here

    Examples of org.hibernate.Session

    public class ProcessInstanceDbLog {
       
        @SuppressWarnings("unchecked")
      public static List<ProcessInstanceLog> findProcessInstances() {
            Session session = HibernateUtil.getSessionFactory().getCurrentSession();
            session.beginTransaction();
            List<ProcessInstanceLog> result = session.createQuery("from ProcessInstanceLog").list();
            session.getTransaction().commit();
            return result;
        }
    View Full Code Here

    Examples of org.hibernate.classic.Session

        }
        if (end != null) {
          query = query.concat(" AND (v.creationDate < :createdBefore)");
        }

        Session session = sessionFactory_.openSession();
        final long startTime = System.currentTimeMillis();
        try{
          session.beginTransaction();
          Query dbQuery = session.createSQLQuery(query);
         
          dbQuery.setBoolean("resAdminAction", resourceAdminAction);
          dbQuery.setString("resId", Long.toString(resourceableId));
          if (begin != null) {
            dbQuery.setDate("createdAfter", begin);
          }
          if (end != null) {
            Calendar cal = Calendar.getInstance();
            cal.setTime(end);
            cal.add(Calendar.DAY_OF_MONTH, 1);
            end = cal.getTime();
            dbQuery.setDate("createdBefore", end);
          }
     
          dbQuery.setString("outFile", outFile.getAbsolutePath());
         
          dbQuery.scroll();
        } catch(RuntimeException e) {
          e.printStackTrace(System.out);
        } catch(Error er) {
          er.printStackTrace(System.out);
        } finally {
          if (session!=null) {
            session.close();
          }
          final long diff = System.currentTimeMillis() - startTime;
          log_.info("exportCourseLog: END DURATION="+diff+", outFile="+outFile+", charSet="+charSet+", resourceableId="+resourceableId+", begin="+begin+", end="+end+", resourceAdminAction="+resourceAdminAction+", anonymize="+anonymize);
        }
      }
    View Full Code Here

    Examples of org.hsqldb.Session

         */
        DatabaseInformationMain(Database db) {

            super(db);

            Session session = db.sessionManager.getSysSession();

            init(session);
        }
    View Full Code Here

    Examples of org.hsqldb_voltpatches.Session

                return t;
            }

            PersistentStore store = database.persistentStoreCollection.getStore(t);
            Session sys = database.sessionManager.newSysSession(
                SqlInvariants.INFORMATION_SCHEMA_HSQLNAME, session.getUser());
            Result rs = sys.executeDirectStatement(
                "select TYPE_NAME, DATA_TYPE, PRECISION, LITERAL_PREFIX,"
                + "LITERAL_SUFFIX, CREATE_PARAMS, NULLABLE, CASE_SENSITIVE,"
                + "SEARCHABLE,"
                + "UNSIGNED_ATTRIBUTE, FIXED_PREC_SCALE, AUTO_INCREMENT, LOCAL_TYPE_NAME, MINIMUM_SCALE, "
                + "MAXIMUM_SCALE, SQL_DATA_TYPE, SQL_DATETIME_SUB, NUM_PREC_RADIX, TYPE_SUB "
                + "from INFORMATION_SCHEMA.SYSTEM_ALLTYPEINFO  where AS_TAB_COL = true;");

            t.insertSys(store, rs);
            sys.close();

            return t;
        }
    View Full Code Here

    Examples of org.idevlab.rjc.Session

        return factory;
      }

      @Test
      public void testRaw() throws Exception {
        Session jr = (Session) factory.getConnection().getNativeConnection();

        System.out.println(jr.dbSize());
        System.out.println(jr.exists("foobar"));
        jr.set("foobar", "barfoo");
        System.out.println(jr.get("foobar"));
      }
    View Full Code Here
    TOP
    Copyright © 2018 www.massapi.com. All rights reserved.
    All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.