org.globus.wsrf.impl.servicegroup
Class EntryResourceProperty
java.lang.Object
org.globus.wsrf.impl.BaseResourceProperty
org.globus.wsrf.impl.ReflectionResourceProperty
org.globus.wsrf.impl.servicegroup.EntryResourceProperty
- All Implemented Interfaces:
- org.globus.wsrf.ResourceProperty
- public class EntryResourceProperty
- extends org.globus.wsrf.impl.ReflectionResourceProperty
A resource property that can be added onto a resource that is a service
group to provide the appropriate entry resource property.
| 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 |
EntryResourceProperty
public EntryResourceProperty(ServiceGroupResource sgr)
throws Exception
- must pass in the containing servicegroupresource so that
relevent servicegroup information can be extracted.
isCacheDirty
public boolean isCacheDirty()
setCacheDirty
public void setCacheDirty(boolean dirty)
getDynamicValue
public Object[] getDynamicValue()
- This method will generate the array of entries that the
service group publishes.
getEntryHome
public static org.globus.wsrf.ResourceHome getEntryHome()
throws Exception
- Throws:
Exception
getEntryHomeLocation
public static String getEntryHomeLocation(MessageContext ctx)
throws Exception
- Throws:
Exception
Copyright © 1999-2006 University of Chicago. All rights reserved.