org.apache.qpid.server.protocol
Interface AMQSessionModel

All Known Implementing Classes:
AMQChannel, ServerSession

public interface AMQSessionModel


Method Summary
 String getClientID()
           
 AMQConnectionModel getConnectionModel()
           
 Object getID()
           
 LogSubject getLogSubject()
           
 

Method Detail

getID

Object getID()

getConnectionModel

AMQConnectionModel getConnectionModel()

getClientID

String getClientID()

getLogSubject

LogSubject getLogSubject()


Licensed to the Apache Software Foundation