|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.tm.utils.BindParametersWrapper
public class BindParametersWrapper
The input model for a call to the factory.
| Constructor Summary | |
|---|---|
BindParametersWrapper(org.gcube.data.tm.stubs.BindParameters parameters)
Creates an instance around a BindParameters. |
|
BindParametersWrapper(String plugin,
Element payload)
Creates a new instance |
|
BindParametersWrapper(String plugin,
Element payload,
boolean broadcast)
Creates a new instance |
|
| Method Summary | |
|---|---|
Element |
getPayload()
Returns the input specific to the plugin. |
String |
getPlugin()
Returns the name of the target plugin. |
boolean |
isBroadcast()
Indicates whether the input is to be broadcast to other running instances. |
void |
setBroadcast(boolean broadcast)
Indicates whether the input is to be broadcast to other running instances. |
void |
setPayload(Element payload)
Sets the input specific to the plugin. |
void |
setPlugin(String name)
Sets the name of the target plugin. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BindParametersWrapper(String plugin,
Element payload)
public BindParametersWrapper(String plugin,
Element payload,
boolean broadcast)
public BindParametersWrapper(org.gcube.data.tm.stubs.BindParameters parameters)
BindParameters.
parameters - the parameters| Method Detail |
|---|
public String getPlugin()
public void setPlugin(String name)
throws IllegalArgumentException
name - the name
IllegalArgumentException - if the name is nullpublic boolean isBroadcast()
true if it is, falseotherwisepublic void setBroadcast(boolean broadcast)
broadcast - true if it is, falseotherwisepublic Element getPayload()
public void setPayload(Element payload)
payload - the input.
IllegalArgumentException - if the payload is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||