org.omg.Messaging
Class SyncScopePolicyHelper

java.lang.Object
  extended by org.omg.Messaging.SyncScopePolicyHelper

public final class SyncScopePolicyHelper
extends Object


Constructor Summary
SyncScopePolicyHelper()
           
 
Method Summary
static SyncScopePolicy extract(Any any)
           
static String id()
           
static void insert(Any any, SyncScopePolicy val)
           
static SyncScopePolicy narrow(Object val)
           
static SyncScopePolicy read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, SyncScopePolicy val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncScopePolicyHelper

public SyncScopePolicyHelper()
Method Detail

insert

public static void insert(Any any,
                          SyncScopePolicy val)

extract

public static SyncScopePolicy extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static SyncScopePolicy read(InputStream in)

write

public static void write(OutputStream out,
                         SyncScopePolicy val)

narrow

public static SyncScopePolicy narrow(Object val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.