当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 iiop API Documentation 英文版文档
Util (JBoss IIOP Plugin API) - JBoss 4.0.1 sp1 iiop API Documentation 英文版文档
org.jboss.proxy.compiler
Class Util
java.lang.Object
org.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
Constructor Summary |
Util()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOARGS
public static final Object[] NOARGS
NULLCL
public static final ClassLoader NULLCL
Util
public Util()
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.