oracle.jbo
Interface SharedHandle
- public interface SharedHandle
Defines interface for Shared Data Handle
- Since:
- JDeveloper 3.1
Type | Method |
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 |
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