GridGain™ 2.1.0
Java API Specification

org.gridgain.grid.loaders.weblogic
Class GridWeblogicShutdown

java.lang.Object
  extended by org.gridgain.grid.loaders.weblogic.GridWeblogicShutdown
All Implemented Interfaces:
GridWeblogicShutdownMBean, weblogic.common.T3ShutdownDef

@GridLoader(description="Weblogic loader")
public class GridWeblogicShutdown
extends Object
implements GridWeblogicShutdownMBean

GridGain loader for WebLogic implemented as a pair of start and shutdown classes. This is a shutdown class. Please consult WebLogic documentation on how to configure startup classes in Weblogic. Weblogic loader should be used for tight integration with Weblogic AS. Specifically, Weblogic loader integrates GridGain with Weblogic logging, MBean server, work manager (JSR-237).

The following steps should be taken to configure startup and shutdown classes:

  1. Add Startup and Shutdown Class in admin console (Environment -> Startup & Shutdown Classes -> New).
  2. Add the following parameters for startup class:
  3. Add the following parameters for shutdown class:
  4. Change classpath for WebLogic server in startup script: CLASSPATH="${CLASSPATH}:${GRIDGAIN_HOME}/gridgain.jar:${GRIDGAIN_HOME}/libs/"

For more information see Configuring and Starting GridGain and Startup and Shutdown Classes.

Note: Weblogic is not shipped with GridGain. If you don't have Weblogic, you need to download it separately. See http://www.bea.com for more information.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

Author:   2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0

 

Constructor Summary
GridWeblogicShutdown()
           
 
Method Summary
 void setServices(weblogic.common.T3ServicesDef t3ServicesDef)
          Deprecated. 
 String shutdown(String str, Hashtable params)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridWeblogicShutdown

public GridWeblogicShutdown()
Method Detail

shutdown

@Deprecated
public String shutdown(String str,
                                  Hashtable params)
                throws Exception
Deprecated. 

See http://edocs.bea.com/wls/docs81/javadocs/weblogic/common/T3ShutdownDef.html for more information.

Specified by:
shutdown in interface weblogic.common.T3ShutdownDef
Throws:
Exception - Thrown if error occurred.
Parameters:
str - Virtual class name.
params - Name-value parameters supplied with shutdown class registration.
Returns:
Return string.

setServices

@Deprecated
public void setServices(weblogic.common.T3ServicesDef t3ServicesDef)
Deprecated. 

See http://edocs.bea.com/wls/docs81/javadocs/weblogic/common/T3ShutdownDef.html for more information.

Specified by:
setServices in interface weblogic.common.T3ShutdownDef
Parameters:
t3ServicesDef - Weblogic services accessor.

GridGain™ 2.1.0
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.