public class TPSVCINFO_Impl extends Object implements Serializable, TPSVCINFO
| Constructor and Description |
|---|
TPSVCINFO_Impl(String name,
Buffer buffer,
int flags,
Session session,
Connection connection,
int len)
Create a new tpsvcinfo wrapper class
|
| Modifier and Type | Method and Description |
|---|---|
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 Buffer getBuffer()
public int getLen()
public int getFlags()
public Session getSession() throws ConnectionException
getSession in interface TPSVCINFOConnectionExceptionpublic Connection getConnection()
getConnection in interface TPSVCINFOCopyright © 2019 JBoss by Red Hat. All rights reserved.