Methods Summary |
---|
public static org.omg.CORBA.Current | extract(org.omg.CORBA.Any a)
throw new org.omg.CORBA.MARSHAL() ;
|
public static java.lang.String | id()
return _id;
|
public static void | insert(org.omg.CORBA.Any a, org.omg.CORBA.Current that)
throw new org.omg.CORBA.MARSHAL() ;
|
public static org.omg.CORBA.Current | narrow(org.omg.CORBA.Object obj)
if (obj == null)
return null;
else if (obj instanceof org.omg.CORBA.Current)
return (org.omg.CORBA.Current)obj;
else
throw new org.omg.CORBA.BAD_PARAM ();
|
public static org.omg.CORBA.Current | read(org.omg.CORBA.portable.InputStream istream)
throw new org.omg.CORBA.MARSHAL() ;
|
public static synchronized org.omg.CORBA.TypeCode | type()
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.CORBA.CurrentHelper.id (), "Current");
}
return __typeCode;
|
public static void | write(org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.Current value)
throw new org.omg.CORBA.MARSHAL() ;
|