Package oracle.panama.util

Interface Summary
InterfaceDescription
LocalResources This interface stores the local strings
NotificationListener The notification engine client interface.
 

Class Summary
ClassDescription
CommonUtils  
ConnectInfo  
Conversion Utility to convert between bytes and character etc.
Enum The abstract enum datatype.
MessageCatalog MessageCatalog provides the message catalog functionalities for iAS Wireless.
MultiLocaleResources To get a local string using this class you need to call: String baseName = "oracle.panama.core.admin.LocationMark"; MultiLocaleResources resources = MultiLocaleResources.getInstance(baseName); Locale enUSLocale = new Locale("en","US",""); String enUSValue = resources.getString("key", enUSLocale); Locale frCALocale = new Locale("fr","CA",""); String frCAValue = resources.getString("key", frCALocale);
NotificationDispatcherImpl The notification dispatcher is to be loaded by the system and processes all incoming messages.
NotificationEvent The notification event.
ResourceLoader PAPZ Resource loader class.
VersionDetector  
Xslt Utility to test XSL processing on an XML document.