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.
|
write
public static final int SERVICE_CONTEXT_ID
public UEInfoServiceContext(Throwable ex)
public UEInfoServiceContext(InputStream is, GIOPVersion gv)
public int getId()
ServiceContext
getId
in class ServiceContext
public void writeData(OutputStream os) throws SystemException
ServiceContext
writeData
in class ServiceContext
SystemException
public Throwable getUE()
public String toString()
toString
in class ServiceContext
Copyright © 2016 JBoss by Red Hat. All rights reserved.