com.linar.jintegra
Interface ObjectExportChecker


public interface ObjectExportChecker

In DCOM mode, this class can register an object that will be notified whenever a Java object is about to be exposed to a COM client. You can then decide whether or not the object is allowed to be exposed..

For more information, please see Security/Authentication.


Method Summary
 boolean exportAllowed(java.lang.Object o)
          Returns true if the export should be allowed.
 

Method Detail

exportAllowed

boolean exportAllowed(java.lang.Object o)
Returns true if the export should be allowed. Called by the J-Integra® runtime when a Java object is about to exported (rendered accessible) to the COM world, as a COM object.

Parameters:
o - the object that is about to be exported
Returns:
true if the object should be allowed to be exported, false otherwise.