|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.usefulrp.types.ResourcePropertyElementProducerConfig
A configuration element describing a ResourcePropertyElementProducer configuration entry. This entry contains the necessary information to run a class implementing the ResourcePropertyElementProducer interface.
| Constructor Summary | |
ResourcePropertyElementProducerConfig()
|
|
ResourcePropertyElementProducerConfig(String className,
String[] arguments,
String transformClass,
String[] transformArguments,
Integer period)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
String[] |
getArguments()
Gets the arguments value for this ResourcePropertyElementProducerConfig. |
String |
getArguments(int i)
|
String |
getClassName()
Gets the className value for this ResourcePropertyElementProducerConfig. |
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Integer |
getPeriod()
Gets the period value for this ResourcePropertyElementProducerConfig. |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String[] |
getTransformArguments()
Gets the transformArguments value for this ResourcePropertyElementProducerConfig. |
String |
getTransformArguments(int i)
|
String |
getTransformClass()
Gets the transformClass value for this ResourcePropertyElementProducerConfig. |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setArguments(int i,
String _value)
|
void |
setArguments(String[] arguments)
Sets the arguments value for this ResourcePropertyElementProducerConfig. |
void |
setClassName(String className)
Sets the className value for this ResourcePropertyElementProducerConfig. |
void |
setPeriod(Integer period)
Sets the period value for this ResourcePropertyElementProducerConfig. |
void |
setTransformArguments(int i,
String _value)
|
void |
setTransformArguments(String[] transformArguments)
Sets the transformArguments value for this ResourcePropertyElementProducerConfig. |
void |
setTransformClass(String transformClass)
Sets the transformClass value for this ResourcePropertyElementProducerConfig. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ResourcePropertyElementProducerConfig()
public ResourcePropertyElementProducerConfig(String className,
String[] arguments,
String transformClass,
String[] transformArguments,
Integer period)
| Method Detail |
public String getClassName()
public void setClassName(String className)
className - * A string which represents the fully qualified Java class name
of the ResourcePropertyElementProducer to run.public String[] getArguments()
public void setArguments(String[] arguments)
arguments - * A string array which represents an optional argument vector
that may be passed to the ResourcePropertyElementProducer getElement
method.public String getArguments(int i)
public void setArguments(int i,
String _value)
public String getTransformClass()
public void setTransformClass(String transformClass)
transformClass - * An optional string which represents the fully qualified Java
class name of a class implementing the ResourcePropertyElementTransform
interface. The ResourcePropertyElementTransform.transformElement
method of this class will be called as a post-processing step of the
ResourcePropertyElementProducer.getElement method.public String[] getTransformArguments()
public void setTransformArguments(String[] transformArguments)
transformArguments - * A string array which represents an optional argument vector
that may be passed to the ResourcePropertyElementTransform transformElement
method.public String getTransformArguments(int i)
public void setTransformArguments(int i,
String _value)
public Integer getPeriod()
public void setPeriod(Integer period)
period - * An optional integer value representing the frequency in seconds
that the provider is executed. If this value is not specified or equals
0, the provider should executed at most once asynchronously.public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||