Modifier and Type | Field and Description |
---|---|
private BetaFeatures |
beta |
private InvokeSvc |
how_to_do_them |
(package private) java.lang.String |
myLocalDomain |
private java.lang.String |
myName |
private tfmh |
myServiceRequest |
private gwatmi |
mysession |
(package private) TCAuthenticatedUser |
mySubject |
private java.io.DataOutputStream |
output_stream |
private int |
protocol |
TASK_RC_BLOCKED, TASK_RC_CONTINUE, TASK_RC_DONE
Constructor and Description |
---|
TPServiceRequest(gwatmi ss,
int theProtocol,
java.lang.String localDomain,
java.io.DataOutputStream os,
InvokeSvc htd,
tfmh serviceRequest,
BetaFeatures betaFeatures) |
Modifier and Type | Method and Description |
---|---|
int |
execute() |
java.lang.String |
getTaskName() |
void |
setTargetSubject(TCAuthenticatedUser subj) |
void |
setTaskName(java.lang.String tname) |
private InvokeSvc how_to_do_them
private gwatmi mysession
private int protocol
private java.io.DataOutputStream output_stream
private tfmh myServiceRequest
java.lang.String myLocalDomain
private BetaFeatures beta
TCAuthenticatedUser mySubject
private java.lang.String myName
public TPServiceRequest(gwatmi ss, int theProtocol, java.lang.String localDomain, java.io.DataOutputStream os, InvokeSvc htd, tfmh serviceRequest, BetaFeatures betaFeatures) throws TPException
ss
- The session on which replies are to be returnedtheProtocol
- The protocol spoken by the remote systemlocalDomain
- Needed for older style protocolos
- The output stream to send replies tohtd
- The service dispatcher routine. If null the default
invoker will be usedserviceRequest
- The service requestbetaFeatures
- true if we are allowed to use beta featuresTPException
- TPEINVAL if ss, os, htd or serviceRequest is nullpublic int execute()
execute
in interface TCTask
TuxedoService
public void setTargetSubject(TCAuthenticatedUser subj)
public void setTaskName(java.lang.String tname)
setTaskName
in interface TCTask
public java.lang.String getTaskName()
getTaskName
in interface TCTask