org.jboss.ejb.client
Class NamedEJBClientContextIdentifier
java.lang.Object
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
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
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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.