public interface EJBClientContextIdentifier
EJBClientContext
. A typical implementation would be a named based EJBClientContextIdentifier
which identifies a EJBClientContext
by a name.
An EJBClientContextIdentifier
is typically used by ContextSelector
s to select a EJBClientContext
based on the EJBClientContextIdentifier
, hence the implementations of EJBClientContextIdentifier
are
expected to properly implement the #equals(Object)
method for identity equality.Copyright © 2016 JBoss by Red Hat. All rights reserved.