KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > rmi > CORBA > Util

javax.rmi.CORBA
Class Util

java.lang.Object
  extended by javax.rmi.CORBA.Util
See Also:
Top Examples, Source Code

public static Object copyObject(Object obj,
                                ORB orb)
                         throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Object[] copyObjects(Object[] obj,
                                   ORB orb)
                            throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ValueHandler createValueHandler()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static String getCodebase(Class clz)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Tie getTie(Remote target)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static boolean isLocal(Stub stub)
                       throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Class loadClass(String className,
                              String remoteCodebase,
                              ClassLoader loader)
                       throws ClassNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static RemoteException mapSystemException(SystemException ex)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Object readAny(InputStream in)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void registerTarget(Tie tie,
                                  Remote target)
See Also:
Tie.setTarget(java.rmi.Remote)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void unexportObject(Remote target)
                           throws NoSuchObjectException
See Also:
Tie.deactivate()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static RemoteException wrapException(Throwable orig)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void writeAbstractObject(OutputStream out,
                                       Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void writeAny(OutputStream out,
                            Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void writeRemoteObject(OutputStream out,
                                     Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags