org.globus.mds.usefulrp
Class ServiceMetaDataResourceProperty
java.lang.Object
org.globus.wsrf.impl.BaseResourceProperty
org.globus.wsrf.impl.ReflectionResourceProperty
org.globus.mds.usefulrp.ServiceMetaDataResourceProperty
- All Implemented Interfaces:
- org.globus.wsrf.ResourceProperty
- public class ServiceMetaDataResourceProperty
- extends org.globus.wsrf.impl.ReflectionResourceProperty
An MDS ResourceProperty that will allow services to publish
the service version and service start time.
| Fields inherited from class org.globus.wsrf.impl.BaseResourceProperty |
metaData |
| Methods inherited from class org.globus.wsrf.impl.ReflectionResourceProperty |
add, clear, get, getValueSimple, initialize, isArray, isEmpty, iterator, remove, set, setObject, setPropertyName, size, toElements, toSOAPElements |
| Methods inherited from class org.globus.wsrf.impl.BaseResourceProperty |
convert, convertObject, convertPrimitive, getMetaData, setMetaData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_METADATA
public static final QName SERVICE_METADATA
CURRENT_VERSION
public static final String CURRENT_VERSION
- See Also:
- Constant Field Values
ServiceMetaDataResourceProperty
public ServiceMetaDataResourceProperty()
throws Exception
- Throws:
Exception - passes along any exception encountered
during construction of underlying ReflectionResourceProperty.
ServiceMetaDataResourceProperty
public ServiceMetaDataResourceProperty(String version)
throws Exception
ServiceMetaDataResourceProperty
public ServiceMetaDataResourceProperty(QName name,
String version)
throws Exception
getServiceMetaDataInfo
public Object getServiceMetaDataInfo()
setVersion
public void setVersion(String version)
setServiceTypeName
public void setServiceTypeName(String typeName)
Copyright © 1999-2006 University of Chicago. All rights reserved.