endurox-java
Public Member Functions | List of all members
org.endurox.TpSvcInfo Class Reference

Public Member Functions

String getName ()
 
TypedBuffer getData ()
 
long getFlags ()
 
int getCd ()
 
long getAppkey ()
 
ClientId getCltId ()
 
String getFname ()
 
 TpSvcInfo (String name, TypedBuffer data, long flags, int cd, long appkey, ClientId cltId, String fname)
 

Detailed Description

Service call information

Constructor & Destructor Documentation

◆ TpSvcInfo()

org.endurox.TpSvcInfo.TpSvcInfo ( String  name,
TypedBuffer  data,
long  flags,
int  cd,
long  appkey,
ClientId  cltId,
String  fname 
)

Create Service call info object

Parameters
nameservice name
datacall data
flagscall flags
cdCall descriptor
appkeyRFU
cltIdclient id object
fnamefunction name invoked

Member Function Documentation

◆ getAppkey()

long org.endurox.TpSvcInfo.getAppkey ( )
Returns
RFU

◆ getCd()

int org.endurox.TpSvcInfo.getCd ( )
Returns
call descriptor

◆ getCltId()

ClientId org.endurox.TpSvcInfo.getCltId ( )
Returns
Get client ID

◆ getData()

TypedBuffer org.endurox.TpSvcInfo.getData ( )
Returns
Call data

◆ getFlags()

long org.endurox.TpSvcInfo.getFlags ( )
Returns
call flags

◆ getFname()

String org.endurox.TpSvcInfo.getFname ( )
Returns
Get function invoked name

◆ getName()

String org.endurox.TpSvcInfo.getName ( )
Returns
Called service name