public abstract class CurrentHelper extends java.lang.Object
Current.| Constructor and Description |
|---|
CurrentHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Current |
extract(org.omg.CORBA.Any any)
Extract the POA Current from given Any.
|
static java.lang.String |
id()
Get the POA Current repository id.
|
static void |
insert(org.omg.CORBA.Any any,
Current that)
Insert the POA Current into the given Any.
|
static Current |
narrow(org.omg.CORBA.Object obj)
Cast the passed object into the POA Current.
|
static Current |
read(org.omg.CORBA.portable.InputStream input)
Not supported for compatibility reasons.
|
static org.omg.CORBA.TypeCode |
type()
Get the type code of the POA Current.
|
static void |
write(org.omg.CORBA.portable.OutputStream output,
Current value)
Not supported for compatibility reasons.
|
public CurrentHelper()
public static org.omg.CORBA.TypeCode type()
public static void insert(org.omg.CORBA.Any any, Current that)
any - the Any to insert into.that - the POA Current to insert.public static Current extract(org.omg.CORBA.Any any)
org.omg.CORBA.BAD_OPERATION - if the passed Any does not contain a POA Current.public static java.lang.String id()
public static Current narrow(org.omg.CORBA.Object obj)
obj - the object to narrow.org.omg.CORBA.BAD_PARAM - if the passed object is not a Current.public static Current read(org.omg.CORBA.portable.InputStream input)
org.omg.CORBA.NO_IMPLEMENT - always.