All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.JoltRequest

java.lang.Object
   |
   +----bea.jolt.JoltRequest

public abstract class JoltRequest
extends Object
implements Request
JoltRequest is an abstract class that provides a simple implementation of Request in release 1.0 to minimize the class size. When Queue is implemented in future release, this class will be replaced by JoltRequestMessage.

See Also:
JoltRemoteService

Method Index

 o getName()
Get the name of the request which maybe a queue or service.
 o getRequestType()
Get the request type which maybe a queue or service.
 o setNoTimeOut(boolean)
Set the request to be no timeout.
 o setRequestPriority(int)
Set the request absolute priority.

Methods

 o setRequestPriority
 public void setRequestPriority(int priority)
Set the request absolute priority.

Parameters:
priority - priority value between 1 and 100 inclusively.
 o setNoTimeOut
 public void setNoTimeOut(boolean noTimeOut)
Set the request to be no timeout.

Parameters:
notimeout - true for no timeout; otherwise, false.

All Packages  Class Hierarchy  This Package  Previous  Next  Index