|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CosNaming.NamingContextPackage.NotEmptyHelper
public abstract class NotEmptyHelper
The helper operations for the NotEmpty.
| Constructor Summary | |
|---|---|
NotEmptyHelper()
|
|
| Method Summary | |
|---|---|
static NotEmpty |
extract(Any a)
Extract the exception from the given Any. |
static String |
id()
Return the exception repository id. |
static void |
insert(Any a,
NotEmpty that)
Insert the exception into the given Any. |
static NotEmpty |
read(InputStream istream)
Read the exception from the given CDR stream. |
static TypeCode |
type()
Create the type code for this exception. |
static void |
write(OutputStream ostream,
NotEmpty value)
Write the exception to the CDR output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotEmptyHelper()
| Method Detail |
|---|
public static NotEmpty extract(Any a)
Any.
public static String id()
public static void insert(Any a,
NotEmpty that)
Any.
public static NotEmpty read(InputStream istream)
public static TypeCode type()
public static void write(OutputStream ostream,
NotEmpty value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||