|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omg.PortableInterceptor.ServerIdHelper
public abstract class ServerIdHelper
The Server Id is defined in OMG specification just as a narrow (not wide) string. As such, the Server Id needs no helper, but one is included in the API anyway.
| Constructor Summary | |
|---|---|
ServerIdHelper()
|
|
| Method Summary | |
|---|---|
static String |
extract(Any a)
Extract the Server Id from Any ((uses Any.extract_string). |
static String |
id()
Return the Server Id repository id. |
static void |
insert(Any a,
String that)
Insert the Server Id into Any (uses Any.insert_string). |
static String |
read(InputStream input)
Calls InputStream.read_string(). |
static TypeCode |
type()
Return an alias typecode. |
static void |
write(OutputStream output,
String value)
Calls OutputStream#write_string(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerIdHelper()
| Method Detail |
|---|
public static void insert(Any a,
String that)
Any.insert_string).
a - the Any to insert into.that - the string to insert.public static String extract(Any a)
Any.extract_string).
a - the Any to extract from.public static TypeCode type()
public static String id()
public static String read(InputStream input)
InputStream.read_string().
input - the stream to read from.
public static void write(OutputStream output,
String value)
OutputStream#write_string().
output - the stream to write into.value - the string (Server Id) value to write.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||