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