|
endurox-java
|
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) | |
Service call information
| org.endurox.TpSvcInfo.TpSvcInfo | ( | String | name, |
| TypedBuffer | data, | ||
| long | flags, | ||
| int | cd, | ||
| long | appkey, | ||
| ClientId | cltId, | ||
| String | fname | ||
| ) |
Create Service call info object
| name | service name |
| data | call data |
| flags | call flags |
| cd | Call descriptor |
| appkey | RFU |
| cltId | client id object |
| fname | function name invoked |
| long org.endurox.TpSvcInfo.getAppkey | ( | ) |
| int org.endurox.TpSvcInfo.getCd | ( | ) |
| ClientId org.endurox.TpSvcInfo.getCltId | ( | ) |
| TypedBuffer org.endurox.TpSvcInfo.getData | ( | ) |
| long org.endurox.TpSvcInfo.getFlags | ( | ) |
| String org.endurox.TpSvcInfo.getFname | ( | ) |
| String org.endurox.TpSvcInfo.getName | ( | ) |
1.8.17