|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.ServantRetentionPolicyValueHelper
public class ServantRetentionPolicyValueHelper
Helper class for : ServantRetentionPolicyValue
Constructor Summary | |
---|---|
ServantRetentionPolicyValueHelper()
|
Method Summary | |
---|---|
static ServantRetentionPolicyValue |
extract(Any a)
Extract ServantRetentionPolicyValue from an any |
static java.lang.String |
id()
Return the ServantRetentionPolicyValue IDL ID |
static void |
insert(Any a,
ServantRetentionPolicyValue t)
Insert ServantRetentionPolicyValue into an any |
static ServantRetentionPolicyValue |
read(InputStream istream)
Read ServantRetentionPolicyValue from a marshalled stream |
static TypeCode |
type()
Return the ServantRetentionPolicyValue TypeCode |
static void |
write(OutputStream ostream,
ServantRetentionPolicyValue value)
Write ServantRetentionPolicyValue into a marshalled stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServantRetentionPolicyValueHelper()
Method Detail |
---|
public static void insert(Any a, ServantRetentionPolicyValue t)
a
- an anyt
- ServantRetentionPolicyValue valuepublic static ServantRetentionPolicyValue extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static ServantRetentionPolicyValue read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, ServantRetentionPolicyValue value)
ostream
- the output streamvalue
- ServantRetentionPolicyValue value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |