org.omg.CosTransactions
Class InvocationPolicyHelper

java.lang.Object
  extended by org.omg.CosTransactions.InvocationPolicyHelper

public final class InvocationPolicyHelper
extends java.lang.Object

Generated from IDL interface "InvocationPolicy".

Version:
generated at Aug 22, 2009 1:39:33 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Constructor Summary
InvocationPolicyHelper()
           
 
Method Summary
static InvocationPolicy extract(org.omg.CORBA.Any any)
           
static java.lang.String id()
           
static void insert(org.omg.CORBA.Any any, InvocationPolicy s)
           
static InvocationPolicy narrow(org.omg.CORBA.Object obj)
           
static InvocationPolicy read(org.omg.CORBA.portable.InputStream in)
           
static org.omg.CORBA.TypeCode type()
           
static InvocationPolicy unchecked_narrow(org.omg.CORBA.Object obj)
           
static void write(org.omg.CORBA.portable.OutputStream _out, InvocationPolicy s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationPolicyHelper

public InvocationPolicyHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any any,
                          InvocationPolicy s)

extract

public static InvocationPolicy extract(org.omg.CORBA.Any any)

type

public static org.omg.CORBA.TypeCode type()

id

public static java.lang.String id()

read

public static InvocationPolicy read(org.omg.CORBA.portable.InputStream in)

write

public static void write(org.omg.CORBA.portable.OutputStream _out,
                         InvocationPolicy s)

narrow

public static InvocationPolicy narrow(org.omg.CORBA.Object obj)

unchecked_narrow

public static InvocationPolicy unchecked_narrow(org.omg.CORBA.Object obj)


Copyright © 2009. All Rights Reserved.