org.gcube.common.core.state
Class GCUBEWSResourcePropertyProxy
java.lang.Object
java.util.Observable
org.gcube.common.core.state.GCUBEWSResourcePropertyProxy
- All Implemented Interfaces:
- InvocationHandler
public class GCUBEWSResourcePropertyProxy
- extends Observable
- implements InvocationHandler
Proxy for SimpleResourceProperty
- Author:
- Manuele Simi (ISTI-CNR)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GCUBEWSResourcePropertyProxy
protected GCUBEWSResourcePropertyProxy(org.globus.wsrf.ResourceProperty prop,
GCUBEWSResourcePropertySet mySet)
- Parameters:
prop - the resource propertymySet - the property set to which the resource property belongs to
getProxied
protected org.globus.wsrf.ResourceProperty getProxied()
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
createSimpleResourceProperty
protected static org.globus.wsrf.ResourceProperty createSimpleResourceProperty(QName name,
GCUBEWSResourcePropertySet mySet)
- Creates a new Simple Resource Property from the given name
- Parameters:
name - the qualified name of the property
- Returns:
- the new property
Copyright © 2012. All Rights Reserved.