org.omg.CosPersistentState
Class EndOfAssociationCallbackHelper

java.lang.Object
  extended by org.omg.CosPersistentState.EndOfAssociationCallbackHelper

public class EndOfAssociationCallbackHelper
extends java.lang.Object

Helper class for : EndOfAssociationCallback

Author:
OpenORB Compiler

Constructor Summary
EndOfAssociationCallbackHelper()
           
 
Method Summary
static EndOfAssociationCallback extract(org.omg.CORBA.Any a)
          Extract EndOfAssociationCallback from an any
static java.lang.String id()
          Return the EndOfAssociationCallback IDL ID
static void insert(org.omg.CORBA.Any a, EndOfAssociationCallback t)
          Insert EndOfAssociationCallback into an any
static EndOfAssociationCallback narrow(org.omg.CORBA.Object obj)
          Narrow CORBA::Object to EndOfAssociationCallback
static EndOfAssociationCallback read(org.omg.CORBA.portable.InputStream istream)
          Read EndOfAssociationCallback from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the EndOfAssociationCallback TypeCode
static EndOfAssociationCallback unchecked_narrow(org.omg.CORBA.Object obj)
          Unchecked Narrow CORBA::Object to EndOfAssociationCallback
static void write(org.omg.CORBA.portable.OutputStream ostream, EndOfAssociationCallback value)
          Write EndOfAssociationCallback into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndOfAssociationCallbackHelper

public EndOfAssociationCallbackHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          EndOfAssociationCallback t)
Insert EndOfAssociationCallback into an any

Parameters:
a - an any
t - EndOfAssociationCallback value

extract

public static EndOfAssociationCallback extract(org.omg.CORBA.Any a)
Extract EndOfAssociationCallback from an any

Parameters:
a - an any
Returns:
the extracted EndOfAssociationCallback value

type

public static org.omg.CORBA.TypeCode type()
Return the EndOfAssociationCallback TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the EndOfAssociationCallback IDL ID

Returns:
an ID

read

public static EndOfAssociationCallback read(org.omg.CORBA.portable.InputStream istream)
Read EndOfAssociationCallback from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed EndOfAssociationCallback value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         EndOfAssociationCallback value)
Write EndOfAssociationCallback into a marshalled stream

Parameters:
ostream - the output stream
value - EndOfAssociationCallback value

narrow

public static EndOfAssociationCallback narrow(org.omg.CORBA.Object obj)
Narrow CORBA::Object to EndOfAssociationCallback

Parameters:
obj - the CORBA Object
Returns:
EndOfAssociationCallback Object

unchecked_narrow

public static EndOfAssociationCallback unchecked_narrow(org.omg.CORBA.Object obj)
Unchecked Narrow CORBA::Object to EndOfAssociationCallback

Parameters:
obj - the CORBA Object
Returns:
EndOfAssociationCallback Object