|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gridgain.grid.loaders.websphere.GridWebsphereLoader
@GridLoader(description="Websphere loader") public class GridWebsphereLoader
This is GridGain loader implemented as Websphere custom service (MBean). Websphere loader should be used to provide tight integration between GridGain and Websphere AS. Specifically, Websphere loader integrates GridGain with Websphere logging, MBean server and work manager (JSR-237).
The following steps should be taken to configure this loader:
For more information consult Developing Custom Services and Configuring and Starting GridGain.
Note: Websphere is not shipped with GridGain. If you don't have Websphere, you need to download it separately. See http://www.ibm.com/software/websphere/ for more information.
Gridify annotation in applications on Websphere.
grant codeBase "file:/home/link/svnroot/gridgain/work/libs/-" {
// Allow everything for now
permission java.security.AllPermission;
};
GridifySpringEnhancer.enhance(Object) for the object that has method
with Gridify annotation.
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0
![]() |
![]() |
| Field Summary |
|---|
| Fields inherited from interface com.ibm.websphere.runtime.CustomService |
|---|
externalConfigURLKey |
| Constructor Summary | |
|---|---|
GridWebsphereLoader()
|
|
| Method Summary | |
|---|---|
String |
getConfigurationFile()
Gets configuration file path set in XML configuration for this service. |
void |
initialize(Properties properties)
|
void |
setConfigurationFile(String cfgFile)
Sets configuration file path. |
void |
shutdown()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GridWebsphereLoader()
| Method Detail |
|---|
public void initialize(Properties properties)
throws Exception
initialize in interface com.ibm.websphere.runtime.CustomServiceException
public void shutdown()
throws Exception
shutdown in interface com.ibm.websphere.runtime.CustomServiceExceptionpublic String getConfigurationFile()
getConfigurationFile in interface GridWebsphereLoaderMBeanpublic void setConfigurationFile(String cfgFile)
setConfigurationFile in interface GridWebsphereLoaderMBeancfgFile - Configuration file path.public String toString()
toString in class Object
|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|
|