站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 iiop API Documentation 英文版文档

Util (JBoss IIOP Plugin API) - JBoss 3.2.7 iiop API Documentation 英文版文档


org.jboss.proxy.compiler
Class Util

java.lang.Object
  extended byorg.jboss.proxy.compiler.Util

public class Util
extends Object

Runtime utility class used by IIOP stub classes.

Version:
$Revision: 1.1 $
Author:
Unknown, Francisco Reverbel

Field Summary
static Object[] NOARGS
           
static ClassLoader NULLCL
           
 
Constructor Summary
Util()
           
 
Method Summary
static Boolean wrap(boolean x)
           
static Byte wrap(byte x)
           
static Character wrap(char x)
           
static Double wrap(double x)
           
static Float wrap(float x)
           
static Integer wrap(int x)
           
static Long wrap(long x)
           
static Short wrap(short x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOARGS

public static final Object[] NOARGS

NULLCL

public static final ClassLoader NULLCL
Constructor Detail

Util

public Util()
Method Detail

wrap

public static Boolean wrap(boolean x)

wrap

public static Byte wrap(byte x)

wrap

public static Character wrap(char x)

wrap

public static Short wrap(short x)

wrap

public static Integer wrap(int x)

wrap

public static Long wrap(long x)

wrap

public static Float wrap(float x)

wrap

public static Double wrap(double x)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.