org.resilientedge.jockey.servicebridge
Class SBServiceCall

java.lang.Object
  |
  +--org.resilientedge.jockey.servicebridge.SBServiceCall

public class SBServiceCall
extends java.lang.Object

Defines the parameters and unique id of a service call invocation.

Version:
$Revision: 1.1.1.1 $
Author:
John Gardner

Constructor Summary
SBServiceCall(SBServiceCallDescriptor descriptor)
           
 
Method Summary
 SBServiceCallDescriptor getCallDescriptor()
          Get the value of callDescriptor.
 long getCallId()
          Gets the unique service call id
 java.lang.Object[] getParameters()
          Gets the parameters to pass to the service call
 SBServiceResponse getResponse()
          Get the value of response.
 boolean isAckRequired()
          Gets the ack required flag
 void setAckRequired(boolean newValue)
          Sets the ack required flag
 void setCallDescriptor(SBServiceCallDescriptor callDescriptor)
          Set the value of callDescriptor.
 void setCallId(long newValue)
          Sets the unique service call id
 void setParameters(java.lang.Object[] newValue)
          Sets the parameters to pass to the service call
 void setResponse(SBServiceResponse response)
          Set the value of response.
 java.lang.String toDebugString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SBServiceCall

public SBServiceCall(SBServiceCallDescriptor descriptor)
Method Detail

getParameters

public java.lang.Object[] getParameters()
Gets the parameters to pass to the service call

setParameters

public void setParameters(java.lang.Object[] newValue)
Sets the parameters to pass to the service call

isAckRequired

public boolean isAckRequired()
Gets the ack required flag

setAckRequired

public void setAckRequired(boolean newValue)
Sets the ack required flag

getCallId

public long getCallId()
Gets the unique service call id

setCallId

public void setCallId(long newValue)
Sets the unique service call id

getCallDescriptor

public SBServiceCallDescriptor getCallDescriptor()
Get the value of callDescriptor.
Returns:
value of callDescriptor.

setCallDescriptor

public void setCallDescriptor(SBServiceCallDescriptor callDescriptor)
Set the value of callDescriptor.
Parameters:
v - Value to assign to callDescriptor.

getResponse

public SBServiceResponse getResponse()
Get the value of response.
Returns:
value of response.

setResponse

public void setResponse(SBServiceResponse response)
Set the value of response.
Parameters:
v - Value to assign to response.

toDebugString

public java.lang.String toDebugString()


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