VisiBroker for Java

com.inprise.vbroker.interceptor
Class ChainUntypedObjectWrapper

java.lang.Object
  extended by com.inprise.vbroker.interceptor.ChainUntypedObjectWrapper
All Implemented Interfaces:
UntypedObjectWrapper, java.io.Serializable, IDLEntity

public class ChainUntypedObjectWrapper
extends java.lang.Object
implements UntypedObjectWrapper

See Also:
Serialized Form

Method Summary
 void post_method(java.lang.String operation, Object target, Environment env, Closure closure)
          This method is invoked after an operation request has been processed by the object implementation on the server-side or before the reply message is processed by the stub on the client side.
 void pre_method(java.lang.String operation, Object target, Closure closure)
          This method is invoked before an operation request is sent on the client-side or before it is processed by an object implementation on the server side.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

pre_method

public void pre_method(java.lang.String operation,
                       Object target,
                       Closure closure)
Description copied from interface: UntypedObjectWrapper
This method is invoked before an operation request is sent on the client-side or before it is processed by an object implementation on the server side.

Specified by:
pre_method in interface UntypedObjectWrapper
Parameters:
operation - The operation which is being invoked.
target - The target object of the invocation.
closure - A closure object which can be used to store client data.

post_method

public void post_method(java.lang.String operation,
                        Object target,
                        Environment env,
                        Closure closure)
Description copied from interface: UntypedObjectWrapper
This method is invoked after an operation request has been processed by the object implementation on the server-side or before the reply message is processed by the stub on the client side.

Specified by:
post_method in interface UntypedObjectWrapper
Parameters:
operation - The operation which is being invoked
target - The target object of the invocation.
env - A CORBA Environment object containing an exception that occurred or null if there was no exception.
closure - The closure object previously passed to pre_method.

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online