-
public interface UtilDelegate
Supports delegation for method implementations inUtil
. The delegate is a singleton instance of a class that implements this interface and provides a replacement implementation for all the methods ofjavax.rmi.CORBA.Util
. Delegation is enabled by providing the delegate's class name as the value of thejavax.rmi.CORBA.UtilClass
system property.- See Also:
Util
-
-
Method Summary
-
-
-
Method Detail
-
mapSystemException
RemoteException mapSystemException(SystemException ex)
Delegation call forUtil.mapSystemException(org.omg.CORBA.SystemException)
.
-
writeAny
void writeAny(OutputStream out, Object obj)
Delegation call forUtil.writeAny(org.omg.CORBA.portable.OutputStream, java.lang.Object)
.
-
readAny
Object readAny(InputStream in)
Delegation call forUtil.readAny(org.omg.CORBA.portable.InputStream)
.
-
writeRemoteObject
void writeRemoteObject(OutputStream out, Object obj)
Delegation call forUtil.writeRemoteObject(org.omg.CORBA.portable.OutputStream, java.lang.Object)
.
-
writeAbstractObject
void writeAbstractObject(OutputStream out, Object obj)
Delegation call forUtil.writeAbstractObject(org.omg.CORBA.portable.OutputStream, java.lang.Object)
.
-
registerTarget
void registerTarget(Tie tie, Remote target)
Delegation call forUtil.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote)
.
-
unexportObject
void unexportObject(Remote target) throws NoSuchObjectException
Delegation call forUtil.unexportObject(java.rmi.Remote)
.- Throws:
NoSuchObjectException
-
getTie
Tie getTie(Remote target)
Delegation call forUtil.getTie(java.rmi.Remote)
.
-
createValueHandler
ValueHandler createValueHandler()
Delegation call forUtil.createValueHandler()
.
-
getCodebase
String getCodebase(Class clz)
Delegation call forUtil.getCodebase(java.lang.Class)
.
-
loadClass
Class loadClass(String className, String remoteCodebase, ClassLoader loader) throws ClassNotFoundException
Delegation call forUtil.loadClass(java.lang.String, java.lang.String, java.lang.ClassLoader)
.- Throws:
ClassNotFoundException
-
isLocal
boolean isLocal(Stub stub) throws RemoteException
Delegation call forUtil.isLocal(javax.rmi.CORBA.Stub)
.- Throws:
RemoteException
-
wrapException
RemoteException wrapException(Throwable obj)
Delegation call forUtil.wrapException(java.lang.Throwable)
.
-
copyObject
Object copyObject(Object obj, ORB orb) throws RemoteException
Delegation call forUtil.copyObject(java.lang.Object, org.omg.CORBA.ORB)
.- Throws:
RemoteException
-
copyObjects
Object[] copyObjects(Object[] obj, ORB orb) throws RemoteException
Delegation call forUtil.copyObjects(java.lang.Object[], org.omg.CORBA.ORB)
.- Throws:
RemoteException
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
17/11/2024 19:29:03 Cette version de la page est en cache (à la date du 17/11/2024 19:29:03) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 31/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/rmi/CORBA/UtilDelegate.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.