Package org.jboss.ejb.client
Class EJBClientConnection
java.lang.Object
org.jboss.ejb.client.EJBClientConnection
Information about a configured connection on an Enterprise Bean client context.
- Author:
- David M. Lloyd
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder for a client connection definition. -
Method Summary
Modifier and TypeMethodDescriptionGet the connection destination URI.booleanDetermine if this connection definition is intended to be used for discovery.toString()
-
Method Details
-
getDestination
Get the connection destination URI.- Returns:
- the connection destination URI (not
null)
-
isForDiscovery
public boolean isForDiscovery()Determine if this connection definition is intended to be used for discovery.- Returns:
trueto use this connection for discovery if possible,falseotherwise
-
toString
-