|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.dsp.management.ref.EndPointId
public final class EndPointId
| Constructor Summary | |
|---|---|
EndPointId(DataSourceId dataSourceId,
java.util.List<ContainerName> containers,
EndPointName endPointName)
All the information leading to the endpoint. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.util.List<ContainerName> |
getContainers()
Returns a non null list of hierarchical containers. |
DataSourceId |
getDataSourceId()
Returns the non null id of the datasource. |
EndPointName |
getEndPointName()
Returns the name of the end point. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EndPointId(DataSourceId dataSourceId,
java.util.List<ContainerName> containers,
EndPointName endPointName)
dataSourceId - containers - endPointName - | Method Detail |
|---|
public DataSourceId getDataSourceId()
public java.util.List<ContainerName> getContainers()
public EndPointName getEndPointName()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||