org.jacorb.orb
Class ServantDelegate
java.lang.Object
org.jacorb.orb.ServantDelegate
- Delegate
public class ServantDelegate
extends java.lang.Object
JacORB-specific implementation of PortableServer.Servant
$Id: ServantDelegate.java,v 1.23 2004/05/06 12:40:00 nicolas Exp $
_get_domain_managers
public DomainManager[] _get_domain_managers(Object self)
_get_domain_managers
_get_policy
public Policy _get_policy(Object self,
int policy_type)
_get_policy
_invoke
public OutputStream _invoke(Servant self,
String method,
InputStream _input,
ResponseHandler handler)
throws SystemException
Similar to invoke in InvokeHandler, which is ultimately implement by
skeletons. This method is used by the POA to handle operations that
are "special", i.e. not implemented by skeletons
is_a
public boolean is_a(Servant self,
String repid)