|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.usefulrp.types.ServiceMetaData
Metadata for the current service. Currently only the service start time and the service version number.
| Constructor Summary | |
ServiceMetaData()
|
|
ServiceMetaData(Calendar startTime,
String version,
String serviceTypeName)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getServiceTypeName()
Gets the serviceTypeName value for this ServiceMetaData. |
Calendar |
getStartTime()
Gets the startTime value for this ServiceMetaData. |
static TypeDesc |
getTypeDesc()
Return type metadata object |
String |
getVersion()
Gets the version value for this ServiceMetaData. |
int |
hashCode()
|
void |
setServiceTypeName(String serviceTypeName)
Sets the serviceTypeName value for this ServiceMetaData. |
void |
setStartTime(Calendar startTime)
Sets the startTime value for this ServiceMetaData. |
void |
setVersion(String version)
Sets the version value for this ServiceMetaData. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServiceMetaData()
public ServiceMetaData(Calendar startTime,
String version,
String serviceTypeName)
| Method Detail |
public Calendar getStartTime()
public void setStartTime(Calendar startTime)
startTime - * The time at which the service was activated (for example, when
the
hosting container started)public String getVersion()
public void setVersion(String version)
version - * A string representing a version number of the service.public String getServiceTypeName()
public void setServiceTypeName(String serviceTypeName)
serviceTypeName - * An optional string representing the name or type of the service.public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||