|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface T3StartupDef
T3StartupDef defines the interface for user-written startup objects.
A class that implements this interface and is registered in WebLogic's config.xml file will be automatically launched when the WebLogic Server starts up, and its startup method will be called. For more information on registering a startup class, check the Administrators' guide document, "Starting and Stopping WebLogic Servers."
Any class that implements this interface must have a public default constructor. For example, class "foo" must have a contstructor like:
public foo() { }
Method Summary | |
---|---|
void |
setServices(T3ServicesDef services)
Deprecated. |
String |
startup(String name,
Hashtable ht)
Deprecated. |
Method Detail |
---|
String startup(String name, Hashtable ht) throws Exception
name
- Virtual name by which the class is registered
as a startupClass in the config.xml
fileht
- A Hashtable that is made up of the name-value
pairs supplied from the startupArgs property
Exception
- if there is an errorvoid setServices(T3ServicesDef services)
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |