WebLogic Integration


com.bea.lwclient
Class Startup

java.lang.Object
  |
  +--com.bea.lwclient.Startup

public class Startup
extends java.lang.Object
implements weblogic.common.T3StartupDef

The startup class from Weblogic Server.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
Startup()
           
 
Method Summary
 void setServices(weblogic.common.T3ServicesDef services)
          We don't need access to any services, so this method does nothing.
static java.lang.String start()
          This is the entry point for Lwc
 java.lang.String startup()
           
 java.lang.String startup(java.lang.String name, java.util.Hashtable params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Startup

public Startup()
Method Detail

start

public static java.lang.String start()
This is the entry point for Lwc


setServices

public void setServices(weblogic.common.T3ServicesDef services)
We don't need access to any services, so this method does nothing. This method is here to satisfy the T3StartupDef interface.
Specified by:
setServices in interface weblogic.common.T3StartupDef


startup

public java.lang.String startup()
                         throws java.lang.Exception


startup

public java.lang.String startup(java.lang.String name,
                                java.util.Hashtable params)
                         throws java.lang.Exception
Specified by:
startup in interface weblogic.common.T3StartupDef


WebLogic Integration

WebLogic Integration (WLI)