examples.i18n.logging.startup
Class UserSMessagesStartClient
java.lang.Object
|
+--examples.i18n.logging.startup.UserSMessagesStartClient
- public class UserSMessagesStartClient
- extends java.lang.Object
UserSMessagesStartClient is used to exercise UserSMessagesStartupImpl
which runs on the server.
UserSMessagesStartupImpl is a simple startup class which shows how to use
WebLogic i18n to log your own application's info and error messages
to the server log. There is a similar example showing how to do the
same thing from a servlet instead of a startup class.
- Author:
- Copyright (c) 2000-2002 by BEA Systems, Inc. All Rights Reserved.
|
Field Summary |
static java.lang.String |
JNDI_FACTORY
Defines the JNDI context factory. |
|
Method Summary |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JNDI_FACTORY
public static final java.lang.String JNDI_FACTORY
- Defines the JNDI context factory.
UserSMessagesStartClient
public UserSMessagesStartClient()
main
public static void main(java.lang.String[] args)
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.