Uses of Class
org.omg.CORBA.portable.ServantObject

Packages that use ServantObject
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.OBPortableServer   
org.apache.yoko.rmi.impl   
org.omg.CORBA   
org.omg.CORBA.portable   
 

Uses of ServantObject in org.apache.yoko.orb.CORBA
 

Methods in org.apache.yoko.orb.CORBA that return ServantObject
 ServantObject Delegate.servant_preinvoke(Object self, String operation, Class expectedType)
           
 

Methods in org.apache.yoko.orb.CORBA with parameters of type ServantObject
 void Delegate.servant_postinvoke(Object self, ServantObject servant)
           
 

Uses of ServantObject in org.apache.yoko.orb.OBPortableServer
 

Subclasses of ServantObject in org.apache.yoko.orb.OBPortableServer
 class DirectServant
           
 

Methods in org.apache.yoko.orb.OBPortableServer that return ServantObject
 ServantObject DirectServant.preinvoke(String op)
           
 

Uses of ServantObject in org.apache.yoko.rmi.impl
 

Fields in org.apache.yoko.rmi.impl declared as ServantObject
protected  ServantObject RMIStub._so
           
 

Methods in org.apache.yoko.rmi.impl that return ServantObject
 ServantObject RMIStub._servant_preinvoke(String operation, Class expectedType)
           
 

Methods in org.apache.yoko.rmi.impl with parameters of type ServantObject
 void RMIStub._servant_postinvoke(ServantObject servant)
           
 

Uses of ServantObject in org.omg.CORBA
 

Methods in org.omg.CORBA that return ServantObject
 ServantObject LocalObject._servant_preinvoke(String operation, Class expectedType)
           
 

Methods in org.omg.CORBA with parameters of type ServantObject
 void LocalObject._servant_postinvoke(ServantObject servant)
           
 

Uses of ServantObject in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that return ServantObject
 ServantObject ObjectImpl._servant_preinvoke(String operation, Class expectedType)
           
 ServantObject Delegate.servant_preinvoke(Object self, String operation, Class expectedType)
           
 

Methods in org.omg.CORBA.portable with parameters of type ServantObject
 void ObjectImpl._servant_postinvoke(ServantObject servant)
           
 void Delegate.servant_postinvoke(Object self, ServantObject servant)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.