Uses of Class
org.apache.qpid.console.Session

Uses of Session in org.apache.qpid.console
 

Methods in org.apache.qpid.console that return Session
 Session QMFEvent.getSession()
           
 Session QMFObject.getSession()
           
protected  Session SchemaClass.getSession()
           
 

Methods in org.apache.qpid.console with parameters of type Session
static String XMLUtil.schemaXML(Session sess, String packageName)
           
static String XMLUtil.schemaXML(Session sess, String[] packageNames)
           
 void QMFEvent.setSession(Session value)
           
 void QMFObject.setSession(Session value)
           
protected  void SchemaClass.setSession(Session value)
           
 

Constructors in org.apache.qpid.console with parameters of type Session
Broker(Session session, String url)
           
QMFEvent(Session session, org.apache.qpid.transport.codec.Decoder dec)
           
QMFObject(Session session, SchemaClass schema, boolean hasProperties, boolean hasStats, boolean isManaged)
           
QMFObject(Session session, SchemaClass schema, org.apache.qpid.transport.codec.Decoder dec, boolean hasProperties, boolean hasStats, boolean isManaged)
           
SchemaClass(int kind, ClassKey key, org.apache.qpid.transport.codec.Decoder dec, Session session)
           
 



Licensed to the Apache Software Foundation