uk.org.iscream.cms.server.core
Class LoggerHelper

java.lang.Object
  extended byuk.org.iscream.cms.server.core.LoggerHelper

public final class LoggerHelper
extends Object

Generated from IDL definition of interface "Logger"

Author:
JacORB IDL compiler

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

Constructor Detail

LoggerHelper

public LoggerHelper()
Method Detail

insert

public static void insert(Any any,
                          Logger s)

extract

public static Logger extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static Logger read(InputStream in)

write

public static void write(OutputStream _out,
                         Logger s)

narrow

public static Logger narrow(Object obj)


Copyright © 2000-2003 i-scream. All Rights Reserved.