|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.transport.ConnectionInvoker
org.apache.qpid.transport.Connection
org.apache.qpid.server.transport.ServerConnection
public class ServerConnection
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.qpid.transport.Connection |
---|
org.apache.qpid.transport.Connection.SessionFactory, org.apache.qpid.transport.Connection.State |
Field Summary |
---|
Fields inherited from class org.apache.qpid.transport.Connection |
---|
log |
Constructor Summary | |
---|---|
ServerConnection()
|
Method Summary | |
---|---|
void |
closeSession(AMQSessionModel session,
org.apache.qpid.protocol.AMQConstant cause,
String message)
Close the given requested Session |
ConnectionConfig |
getConfig()
|
ServerConnectionDelegate |
getConnectionDelegate()
|
VirtualHost |
getVirtualHost()
|
protected void |
invoke(org.apache.qpid.transport.Method method)
|
void |
onOpen(Runnable task)
|
void |
setConnectionConfig(ConnectionConfig config)
|
void |
setConnectionDelegate(ServerConnectionDelegate delegate)
|
protected void |
setState(org.apache.qpid.transport.Connection.State state)
|
void |
setVirtualHost(VirtualHost virtualHost)
|
String |
toLogString()
Provides the log message as as String. |
Methods inherited from class org.apache.qpid.transport.Connection |
---|
addConnectionListener, close, close, closed, connect, connect, connect, connect, connect, createSession, createSession, createSession, createSession, createSession, createSession, dispatch, exception, exception, flush, getAuthorizationID, getChannelMax, getClientId, getConnectionId, getConnectionSettings, getIdleTimeout, getSaslClient, getSecurityLayer, getSender, getServerProperties, getUserID, mgmtClose, received, resume, send, setAuthorizationID, setClientId, setConnectionDelegate, setIdleTimeout, setSender, setServerProperties, setSessionFactory, setUserID, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.qpid.server.protocol.AMQConnectionModel |
---|
getConnectionId |
Constructor Detail |
---|
public ServerConnection()
Method Detail |
---|
protected void invoke(org.apache.qpid.transport.Method method)
invoke
in class org.apache.qpid.transport.Connection
protected void setState(org.apache.qpid.transport.Connection.State state)
setState
in class org.apache.qpid.transport.Connection
public ServerConnectionDelegate getConnectionDelegate()
getConnectionDelegate
in class org.apache.qpid.transport.Connection
public void setConnectionDelegate(ServerConnectionDelegate delegate)
public VirtualHost getVirtualHost()
public void setVirtualHost(VirtualHost virtualHost)
public void setConnectionConfig(ConnectionConfig config)
public ConnectionConfig getConfig()
public void onOpen(Runnable task)
public void closeSession(AMQSessionModel session, org.apache.qpid.protocol.AMQConstant cause, String message) throws org.apache.qpid.AMQException
AMQConnectionModel
closeSession
in interface AMQConnectionModel
org.apache.qpid.AMQException
public String toLogString()
LogSubject
toLogString
in interface LogSubject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |