org.resilientedge.jockey.service
Class ServiceCall

java.lang.Object
  |
  +--org.resilientedge.jockey.service.ServiceCall
All Implemented Interfaces:
java.io.Serializable

public class ServiceCall
extends java.lang.Object
implements java.io.Serializable

Represents the parameters and other settings for a service invocation call.

Version:
$Revision: 1.1.1.1 $
Author:
John Gardner
See Also:
Serialized Form

Constructor Summary
ServiceCall(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
          Get the value of name.
 java.lang.Object[] getParameters()
          Gets the parameters for the call
 boolean isAckRequired()
          Gets the acknowledgement required flag
 void setAckRequired(boolean newValue)
          Sets the acknowledgement required flag
 void setName(java.lang.String name)
          Set the value of name.
 void setParameters(java.lang.Object[] newValue)
          Sets the parameters for the call
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceCall

public ServiceCall(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Get the value of name.
Returns:
value of name.

setName

public void setName(java.lang.String name)
Set the value of name.
Parameters:
v - Value to assign to name.

setParameters

public void setParameters(java.lang.Object[] newValue)
Sets the parameters for the call
Parameters:
newValue - The new Parameters value

setAckRequired

public void setAckRequired(boolean newValue)
Sets the acknowledgement required flag
Parameters:
newValue - The new AckRequired value

getParameters

public java.lang.Object[] getParameters()
Gets the parameters for the call
Returns:
The Parameters value

isAckRequired

public boolean isAckRequired()
Gets the acknowledgement required flag
Returns:
The AckRequired value


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.