|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.common.spec.PeerSpec
public class PeerSpec
This GuMPSpec identifies the container of informations about the remote GUMPS that the local instance of MyGrid will be able to use to require aditional processing power. Created on Jul 9, 2004
Constructor Summary | |
---|---|
PeerSpec(java.lang.String name,
int port)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getLabel()
|
java.lang.String |
getName()
Returns the gump name. |
int |
getPort()
Returns the gump port. |
java.lang.String |
getURL()
Returns the url that is like : rmi://MachineName:MachinePort/REMOTE_GUMP_OBJECT_NAME. |
int |
hashCode()
|
void |
setLabel(java.lang.String label)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PeerSpec(java.lang.String name, int port)
name
- The gump machine internet name.port
- The gump machine port.Method Detail |
---|
public java.lang.String getName()
public int getPort()
public java.lang.String getLabel()
public java.lang.String getURL()
public void setLabel(java.lang.String label)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |