JBoss EJB client 2.0.0.Beta4

org.jboss.ejb.client
Interface EJBClientContextIdentifier

All Known Implementing Classes:
NamedEJBClientContextIdentifier

public interface EJBClientContextIdentifier

An identifier for a EJBClientContext. A typical implementation would be a named based EJBClientContextIdentifier which identifies a EJBClientContext by a name.

An EJBClientContextIdentifier is typically used by ContextSelectors 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.

Author:
Jaikiran Pai


JBoss EJB client 2.0.0.Beta4

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.