|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.tml.proxies.BindRequest
public class BindRequest
The input model for a call to the factory.
| Constructor Summary | |
|---|---|
BindRequest(String plugin)
Creates a new instance |
|
BindRequest(String plugin,
Element payload)
Creates a new instance |
|
BindRequest(String plugin,
Element payload,
boolean broadcast)
Creates a new instance |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Element |
getPayload()
Returns the input specific to the plugin. |
String |
getPlugin()
Returns the name of the target plugin. |
int |
hashCode()
|
boolean |
isBroadcast()
Indicates whether the input is to be broadcast to other service endpoints. |
void |
setBroadcast(boolean broadcast)
Indicates whether the input is to be broadcasted 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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BindRequest(String plugin)
public BindRequest(String plugin,
Element payload)
public BindRequest(String plugin,
Element payload,
boolean broadcast)
| 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 nullpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||