Name

ServantObject

Synopsis

The ServantObject is a wrapper for an object that can handle method requests for a remote object. The ObjectImpl class defers method requests to a ServantObject acquired from its internal Delegate.

public class ServantObject {
// Public Constructors
   public ServantObject();  
// Public Instance Fields
   public Object servant;  
}

Passed To

LocalObject._servant_postinvoke(), org.omg.CORBA.portable.Delegate.servant_postinvoke(), org.omg.CORBA.portable.ObjectImpl._servant_postinvoke()

Returned By

LocalObject._servant_preinvoke(), org.omg.CORBA.portable.Delegate.servant_preinvoke(), org.omg.CORBA.portable.ObjectImpl._servant_preinvoke()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.