|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.UCL.xmiddle.framework.host.Host
Host.java This is the basic xmiddle data structure which describes a host. Created: Fri Jul 20 15:29:13 2001
| Field Summary | |
protected LinkTable |
links
Returns the host's linktable. |
| Constructor Summary | |
Host()
|
|
| Method Summary | |
LinkTable |
getLinks()
Returns the link table of the host |
abstract java.lang.Object |
getPrimaryID()
Returns the primaryID of the host. |
abstract java.lang.Object |
getSecondaryID()
Returns the secondary ID of the host. |
void |
setLinks(LinkTable links)
Gives a reference to the host's link table |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected LinkTable links
| Constructor Detail |
public Host()
| Method Detail |
public abstract java.lang.Object getPrimaryID()
public abstract java.lang.Object getSecondaryID()
public void setLinks(LinkTable links)
links - The hosts's link tablepublic LinkTable getLinks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||