org.jboss.messaging.jms.server
Class SessionInfo

java.lang.Object
  extended by org.jboss.messaging.jms.server.SessionInfo
All Implemented Interfaces:
java.io.Serializable

public class SessionInfo
extends java.lang.Object
implements java.io.Serializable

Information regarding to a session

Author:
Andy Taylor
See Also:
Serialized Form

Constructor Summary
SessionInfo(long id, long connectionID)
           
 
Method Summary
 long getConnectionID()
           
 long getId()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionInfo

public SessionInfo(long id,
                   long connectionID)
Method Detail

getId

public long getId()

getConnectionID

public long getConnectionID()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006 JBoss Inc. All Rights Reserved.