public final class EJBIdentifier extends Object implements Serializable
| Constructor and Description |
|---|
EJBIdentifier(String appName,
String moduleName,
String beanName,
String distinctName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(EJBIdentifier other) |
boolean |
equals(Object other) |
String |
getAppName() |
String |
getBeanName() |
String |
getDistinctName() |
String |
getModuleName() |
int |
hashCode() |
String |
toString() |
public String getAppName()
public String getModuleName()
public String getBeanName()
public String getDistinctName()
public boolean equals(EJBIdentifier other)
Copyright © 2016 JBoss by Red Hat. All rights reserved.