public interface SharedHandle
Modifier and Type | Method and Description |
---|---|
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
|
java.lang.String create(java.lang.String handleName)
java.util.Hashtable access(java.lang.String handleName)