FileDocCategorySizeDatePackage
ProxyChecker.javaAPI DocGlassfish v2 API3261Fri May 04 22:36:38 BST 2007com.sun.jts.CosTransactions

ProxyChecker

public interface ProxyChecker
Provides an ORB-neutral interface to support checking whether an object is a proxy.
version
0.01
author
Simon Holdsworth, IBM Corporation
see

Fields Summary
Constructors Summary
Methods Summary
public booleanisProxy(org.omg.CORBA.Object obj)
Determines whether the given object represents a local or remote object.

param
obj The potential proxy.
return
Indicates whether the object is a proxy.
see