public class TPSVCINFO_Impl extends Object implements Serializable, TPSVCINFO
| 构造器和说明 |
|---|
TPSVCINFO_Impl(String name,
Buffer buffer,
int flags,
Session session,
Connection connection,
int len)
Create a new tpsvcinfo wrapper class
|
| 限定符和类型 | 方法和说明 |
|---|---|
Buffer |
getBuffer()
Get the data
|
Connection |
getConnection()
Get a reference to the connection that the service holds.
|
int |
getFlags()
Get the flags that were issued
|
int |
getLen()
Get the length of the buffer that was sent
|
String |
getName()
Get the name of the service the client thought it invoked
|
Session |
getSession()
Get the connection descriptor
|
public TPSVCINFO_Impl(String name, Buffer buffer, int flags, Session session, Connection connection, int len)
name - The name of the servicebuffer - The data sent by the clientflags - The flags that the client issuedsession - The connection descriptor usedconnection - The connection to uselen - The length of the said datapublic String getName()
public int getLen()
public int getFlags()
public Session getSession() throws ConnectionException
getSession 在接口中 TPSVCINFOConnectionExceptionpublic Connection getConnection()
getConnection 在接口中 TPSVCINFOCopyright © 2015 JBoss by Red Hat. All Rights Reserved.