public class ConnectionReference
extends java.lang.Object
ConnectionContext and ConnectionInfo as well as the Shiro
Environment.
This implementation primarily exists as a
Parameter Object Design Pattern implementation to eliminate long parameter lists, but provides additional
benefits, such as immutability and non-null guarantees, and possibility for future data without forcing method
signature changes.| Constructor and Description |
|---|
ConnectionReference(org.apache.activemq.broker.ConnectionContext connCtx,
org.apache.activemq.command.ConnectionInfo connInfo,
org.apache.shiro.env.Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.broker.ConnectionContext |
getConnectionContext() |
org.apache.activemq.command.ConnectionInfo |
getConnectionInfo() |
org.apache.shiro.env.Environment |
getEnvironment() |
Copyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.