Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo
Interface SharedHandle


public interface SharedHandle

Defines interface for Shared Data Handle

Since:
JDeveloper 3.1

Method Summary
 java.util.Hashtable access(java.lang.String handleName)
          Access the Shared Data handle from Oracle 8i
 java.lang.String create(java.lang.String handleName)
          Creates a Shared data handle for the HashTable in MetaObject Manager for Def Objects, none of the parameters for create are passed through this interface since it is internal to MOM and not to be called by client

 

Method Detail

create

public java.lang.String create(java.lang.String handleName)
Creates a Shared data handle for the HashTable in MetaObject Manager for Def Objects, none of the parameters for create are passed through this interface since it is internal to MOM and not to be called by client

access

public java.util.Hashtable access(java.lang.String handleName)
Access the Shared Data handle from Oracle 8i

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.