eu.geclipse.info.glue
Class GlueSEAccessProtocol
java.lang.Object
eu.geclipse.info.glue.AbstractGlueTable
eu.geclipse.info.glue.GlueSEAccessProtocol
- All Implemented Interfaces:
- java.io.Serializable
public class GlueSEAccessProtocol
- extends AbstractGlueTable
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Method Summary |
boolean |
equals(java.lang.Object obj)
It compares two GlueSE |
java.lang.String |
getID()
|
int |
hashCode()
|
void |
processGlueRecord(javax.naming.directory.Attributes attributes)
Process the attributes and fill the values of the GlueSE |
void |
setID(java.lang.String id)
Set this.UniqueID |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
UniqueID
public java.lang.String UniqueID
keyName
public java.lang.String keyName
glueSE
public GlueSE glueSE
Type
public java.lang.String Type
Port
public java.lang.Long Port
Version
public java.lang.String Version
AccessTime
public java.lang.Long AccessTime
LocalID
public java.lang.String LocalID
Endpoint
public java.lang.String Endpoint
glueSEAccessProtocolCapabilityList
public java.util.ArrayList<GlueSEAccessProtocolCapability> glueSEAccessProtocolCapabilityList
glueSEAccessProtocolSupportedSecurityList
public java.util.ArrayList<GlueSEAccessProtocolSupportedSecurity> glueSEAccessProtocolSupportedSecurityList
GlueSEAccessProtocol
public GlueSEAccessProtocol()
getID
public java.lang.String getID()
- Overrides:
getID in class AbstractGlueTable
- Returns:
- The unique identified for this Glue entry
setID
public void setID(java.lang.String id)
- Set this.UniqueID
- Parameters:
id -
processGlueRecord
public void processGlueRecord(javax.naming.directory.Attributes attributes)
- Process the attributes and fill the values of the GlueSE
- Parameters:
attributes -
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- It compares two GlueSE
- Overrides:
equals in class java.lang.Object
- Parameters:
otherObject - the object to compare the current object with
- Returns:
- Returns true if both objects have the same values in the following
fields: Endpoint, Port, Type and Version. False otherwise or
if otherObject=null.