public class RemoteGetExternalAccessCommand extends AbstractRemoteCommand
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
callid
The callid.
|
protected jadex.bridge.IComponentIdentifier |
cid
The providerid (i.e.
|
nonfunc, receiver
Constructor and Description |
---|
RemoteGetExternalAccessCommand()
Create a new remote search command.
|
RemoteGetExternalAccessCommand(jadex.bridge.IComponentIdentifier cid,
java.lang.String callid)
Create a new remote search command.
|
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IIntermediateFuture<IRemoteCommand> |
execute(jadex.bridge.IExternalAccess component,
RemoteServiceManagementService rsms)
Execute the command.
|
java.lang.String |
getCallId()
Get the callid.
|
java.lang.String |
getSecurityLevel()
Get the security level of the request.
|
jadex.bridge.IComponentIdentifier |
getTargetId()
Get the target id.
|
void |
setCallId(java.lang.String callid)
Set the callid.
|
void |
setTargetId(jadex.bridge.IComponentIdentifier providerid)
Set the target id.
|
getNonFunctionalProperties, getNonFunctionalProperty, getOrigin, getRealReceiver, getReceiver, getSender, postprocessCommand, preprocessCommand, setNonFunctionalProperties
getAuthenticationData, getDigestContent, getTimestamp, getValidityDuration, setAuthenticationData, setDigestContent, setTimestamp, setValidityDuration
protected jadex.bridge.IComponentIdentifier cid
protected java.lang.String callid
public RemoteGetExternalAccessCommand()
public RemoteGetExternalAccessCommand(jadex.bridge.IComponentIdentifier cid, java.lang.String callid)
public java.lang.String getSecurityLevel()
getSecurityLevel
in interface jadex.bridge.service.types.security.IAuthorizable
getSecurityLevel
in class jadex.bridge.service.types.security.DefaultAuthorizable
public jadex.commons.future.IIntermediateFuture<IRemoteCommand> execute(jadex.bridge.IExternalAccess component, RemoteServiceManagementService rsms)
lrms
- The local remote management service.public jadex.bridge.IComponentIdentifier getTargetId()
public void setTargetId(jadex.bridge.IComponentIdentifier providerid)
providerid
- The target id to set.public java.lang.String getCallId()
public void setCallId(java.lang.String callid)
callid
- The callid to set.