public abstract class JoltRequest
extends java.lang.Object
JoltRemoteService| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the name of the request which maybe a queue or service.
|
int |
getRequestType()
Get the request type which maybe a queue or service.
|
void |
setNoTimeOut(boolean noTimeOut)
Set the request to be no timeout.
|
void |
setRequestPriority(int priority)
Set the request absolute priority.
|
public static final int SERVICE
public static final int QUEUE
public void setRequestPriority(int priority)
priority - Priority value between 1 and 100 inclusively.public void setNoTimeOut(boolean noTimeOut)
notimeout - True for no timeout; otherwise, false.public java.lang.String getName()
public int getRequestType()
Copyright © 1996, 2024, Oracle and/or its affiliates.