org.globus.mds.usefulrp
Class ServiceMetaDataResourceProperty

java.lang.Object
  extended byorg.globus.wsrf.impl.BaseResourceProperty
      extended byorg.globus.wsrf.impl.ReflectionResourceProperty
          extended byorg.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.


Field Summary
static String CURRENT_VERSION
           
static QName SERVICE_METADATA
           
 
Fields inherited from class org.globus.wsrf.impl.BaseResourceProperty
metaData
 
Constructor Summary
ServiceMetaDataResourceProperty()
           
ServiceMetaDataResourceProperty(QName name, String version)
           
ServiceMetaDataResourceProperty(String version)
           
 
Method Summary
 Object getServiceMetaDataInfo()
           
 void setServiceTypeName(String typeName)
           
 void setVersion(String version)
           
 
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
 

Field Detail

SERVICE_METADATA

public static final QName SERVICE_METADATA

CURRENT_VERSION

public static final String CURRENT_VERSION
See Also:
Constant Field Values
Constructor Detail

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
Method Detail

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.