GridGain™ 2.0.3
Java API Specification

org.gridgain.grid.loaders.jboss
Interface GridJbossLoaderMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
GridJbossLoader

public interface GridJbossLoaderMBean
extends org.jboss.system.ServiceMBean

This MBean interface defines service interface for JBoss loader.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

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

 

Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 String getConfigurationFile()
          Gets configuration file path set in XML configuration for this service.
 void setConfigurationFile(String cfgFile)
          Sets configuration file path.
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

getConfigurationFile

String getConfigurationFile()
Gets configuration file path set in XML configuration for this service.

Returns:
Configuration file path.

setConfigurationFile

void setConfigurationFile(String cfgFile)
Sets configuration file path.

Parameters:
cfgFile - Configuration file path.

GridGain™ 2.0.3
Java API Specification

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