JBoss EJB client 2.0.0.Beta4

org.jboss.ejb.client
Class NamedEJBClientContextIdentifier

java.lang.Object
  extended by org.jboss.ejb.client.NamedEJBClientContextIdentifier
All Implemented Interfaces:
Serializable, EJBClientContextIdentifier

public class NamedEJBClientContextIdentifier
extends Object
implements EJBClientContextIdentifier, Serializable

A EJBClientContextIdentifier which identifies a EJBClientContext by a name

Author:
Jaikiran Pai
See Also:
Serialized Form

Constructor Summary
NamedEJBClientContextIdentifier(String name)
          Creates a NamedEJBClientContextIdentifier for the passed name.
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedEJBClientContextIdentifier

public NamedEJBClientContextIdentifier(String name)
Creates a NamedEJBClientContextIdentifier for the passed name.

Parameters:
name - Cannot be null.
Throws:
IllegalArgumentException - If the passed name is null
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

JBoss EJB client 2.0.0.Beta4

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