endurox-java
 All Classes Namespaces Files Functions Variables Groups Pages
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

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

long org.endurox.TpSvcInfo.getAppkey ( )
Returns
RFU
int org.endurox.TpSvcInfo.getCd ( )
Returns
call descriptor
ClientId org.endurox.TpSvcInfo.getCltId ( )
Returns
Get client ID
TypedBuffer org.endurox.TpSvcInfo.getData ( )
Returns
Call data
long org.endurox.TpSvcInfo.getFlags ( )
Returns
call flags
String org.endurox.TpSvcInfo.getFname ( )
Returns
Get function invoked name
String org.endurox.TpSvcInfo.getName ( )
Returns
Called service name