Package Class Use Tree Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
A Data Source Service provided the interfaces necessary to perform a service call on a Data Source.
Method Summary IDataSource getDataSource()
Get the Data Source associated with this action.ObjectReference getServiceArgument()
Get the argument used as the parameter for the service call.java.lang.String getServiceSignature()
Get the service signature for this action.void setDataSource(IDataSource source)
Set the Data Source associated with this action.void setServiceArgument(ObjectReference arg)
Set the argument for the service call, according to the method signature set with the setService method.void setServiceSignature(java.lang.String service)
This is the service method signature that is to be use.
Method Detail
public void setDataSource(IDataSource source)
public IDataSource getDataSource()
public void setServiceSignature(java.lang.String service) throws java.lang.IllegalArgumentException
public java.lang.String getServiceSignature()
public void setServiceArgument(ObjectReference arg)
public ObjectReference getServiceArgument()
Package Class Use Tree Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD