WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

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.
 
Constructor Summary
UserSMessagesStartClient()
           
 
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
 

Field Detail

JNDI_FACTORY

public static final java.lang.String JNDI_FACTORY
Defines the JNDI context factory.
Constructor Detail

UserSMessagesStartClient

public UserSMessagesStartClient()
Method Detail

main

public static void main(java.lang.String[] args)

Documentation is available at
http://e-docs.bea.com/wls/docs70

Copyright © 2002 BEA Systems, Inc. All Rights Reserved.