org.omg.CosNotification
Class AdminPropertiesHelper

java.lang.Object
  extended by org.omg.CosNotification.AdminPropertiesHelper

public abstract class AdminPropertiesHelper
extends Object

Generated from IDL alias "AdminProperties".

Version:
generated at 07-Dec-2012 13:29:06
Author:
JacORB IDL compiler V 3.2, 07-Dec-2012

Constructor Summary
AdminPropertiesHelper()
           
 
Method Summary
static Property[] extract(Any any)
           
static String id()
           
static void insert(Any any, Property[] s)
           
static Property[] read(InputStream _in)
           
static TypeCode type()
           
static void write(OutputStream _out, Property[] _s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminPropertiesHelper

public AdminPropertiesHelper()
Method Detail

insert

public static void insert(Any any,
                          Property[] s)

extract

public static Property[] extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static Property[] read(InputStream _in)

write

public static void write(OutputStream _out,
                         Property[] _s)


Copyright © 2012 JacORB. All Rights Reserved.