|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.rgma.ProducerTableEntry
Contains a producer table entry from the registry.
Constructor Summary | |
ProducerTableEntry(ResourceEndpoint endpoint,
java.lang.String tableName,
ProducerType producerType,
int hrpSec,
java.lang.String qosAttrib)
Creates a new ProducerTableEntry object. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this object with the specified object. |
ResourceEndpoint |
getEndpoint()
Gets the producer's endpoint. |
ProducerType |
getProducerType()
Returns the type of the producer. |
java.lang.String |
getQosAttrib()
Returns the producer's Quality of Service attribute. |
int |
getRetentionPeriod()
Returns the producer's history retention period. |
java.lang.String |
getTableName()
Returns the tableName. |
int |
hashCode()
Returns a hash code value for the object. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProducerTableEntry(ResourceEndpoint endpoint, java.lang.String tableName, ProducerType producerType, int hrpSec, java.lang.String qosAttrib)
endpoint
- Producer endpoint.tableName
- Name of table.producerType
- Type of producer.hrpSec
- History retention period (in seconds).qosAttrib
- Quality of service attribute.Method Detail |
public ResourceEndpoint getEndpoint()
public java.lang.String toString()
Object.toString()
public boolean equals(java.lang.Object obj)
obj
- Object to compare.
true
if this object and the specified object are
equal.Object.equals(java.lang.Object)
public int hashCode()
Object.hashCode()
public java.lang.String getQosAttrib()
public ProducerType getProducerType()
public int getRetentionPeriod()
public java.lang.String getTableName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |