public class UEInfoServiceContext extends ServiceContext
| Modifier and Type | Field and Description |
|---|---|
static int |
SERVICE_CONTEXT_ID |
in| Constructor and Description |
|---|
UEInfoServiceContext(InputStream is,
GIOPVersion gv) |
UEInfoServiceContext(Throwable ex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns Service context id.
|
Throwable |
getUE() |
String |
toString() |
void |
writeData(OutputStream os)
Writes the data used to represent the subclasses service context
into an encapsulation stream.
|
writepublic static final int SERVICE_CONTEXT_ID
public UEInfoServiceContext(Throwable ex)
public UEInfoServiceContext(InputStream is, GIOPVersion gv)
public int getId()
ServiceContextgetId in class ServiceContextpublic void writeData(OutputStream os) throws SystemException
ServiceContextwriteData in class ServiceContextSystemExceptionpublic Throwable getUE()
public String toString()
toString in class ServiceContextCopyright © 2018 JBoss by Red Hat. All rights reserved.