KickJava   Java API By Example, From Geeks To Geeks.

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

javax.rmi.CORBA
Interface UtilDelegate

See Also:
Top Examples, Source Code, Util

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


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


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


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


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


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


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


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


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


void registerTarget(Tie tie,
                    Remote target)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void unexportObject(Remote target)
                    throws NoSuchObjectException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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

Popular Tags