org.openorb.policy
Class PolicyReconcilerHelper

java.lang.Object
  |
  +--org.openorb.policy.PolicyReconcilerHelper

public class PolicyReconcilerHelper
extends java.lang.Object


Constructor Summary
PolicyReconcilerHelper()
           
 
Method Summary
static PolicyReconciler extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, PolicyReconciler t)
           
static PolicyReconciler narrow(Object obj)
           
static PolicyReconciler read(InputStream istream)
           
static TypeCode type()
           
static PolicyReconciler unchecked_narrow(Object obj)
           
static void write(OutputStream ostream, PolicyReconciler value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyReconcilerHelper

public PolicyReconcilerHelper()
Method Detail

insert

public static void insert(Any a,
                          PolicyReconciler t)

extract

public static PolicyReconciler extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static PolicyReconciler read(InputStream istream)

write

public static void write(OutputStream ostream,
                         PolicyReconciler value)

narrow

public static PolicyReconciler narrow(Object obj)

unchecked_narrow

public static PolicyReconciler unchecked_narrow(Object obj)