org.globus.wsrf.impl.servicegroup
Class EntryResourceProperty

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


Field Summary
 
Fields inherited from class org.globus.wsrf.impl.BaseResourceProperty
metaData
 
Constructor Summary
EntryResourceProperty(ServiceGroupResource sgr)
          must pass in the containing servicegroupresource so that relevent servicegroup information can be extracted.
 
Method Summary
 Object[] getDynamicValue()
          This method will generate the array of entries that the service group publishes.
static org.globus.wsrf.ResourceHome getEntryHome()
           
static String getEntryHomeLocation(MessageContext ctx)
           
 boolean isCacheDirty()
           
 void setCacheDirty(boolean dirty)
           
 
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
 

Constructor Detail

EntryResourceProperty

public EntryResourceProperty(ServiceGroupResource sgr)
                      throws Exception
must pass in the containing servicegroupresource so that relevent servicegroup information can be extracted.

Method Detail

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.