public class TPSVCINFO
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
TPSVCINFO()
All fields will be empty if this constructor is used
|
Modifier and Type | Method and Description |
---|---|
long |
getAppKey()
Returns the application authentication client key
|
int |
getCallDescriptor()
Returns the conversational descriptor of this service(Not used in JATMI)
|
long[] |
getClientID()
Returns the client identifier for originating client
|
CLIENTID |
getCLIENTID()
Returns a CLIENTID object for originating client.
|
weblogic.wtc.jatmi.TypedBuffer |
getServiceData()
Returns the service data for this service
|
long |
getServiceFlags()
Returns the flags associated with this service
|
java.lang.String |
getServiceName()
Returns the service name this service is running
|
java.lang.String |
toString() |
public TPSVCINFO()
public java.lang.String getServiceName()
public weblogic.wtc.jatmi.TypedBuffer getServiceData()
public long getServiceFlags()
public int getCallDescriptor()
public long getAppKey()
public long[] getClientID()
public CLIENTID getCLIENTID()
public java.lang.String toString()
toString
in class java.lang.Object