GridGain™ 2.1.0
Java API Specification

org.gridgain.grid.spi.deployment.uri
Interface GridUriDeploymentSpiMBean

All Superinterfaces:
GridSpiManagementMBean
All Known Implementing Classes:
GridUriDeploymentSpi

@GridMBeanDescription(value="MBean that provides access to URI deployment SPI configuration.")
public interface GridUriDeploymentSpiMBean
extends GridSpiManagementMBean

Management bean for GridUriDeploymentSpi.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

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

 

Method Summary
 String getTemporaryDirectoryPath()
          Gets temporary directory path.
 List<String> getUriList()
          Gets list of URIs that are processed by SPI.
 
Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean
getAuthor, getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion
 

Method Detail

getTemporaryDirectoryPath

@GridMBeanDescription(value="Temporary directory path.")
String getTemporaryDirectoryPath()
Gets temporary directory path.

Returns:
Temporary directory path.

getUriList

@GridMBeanDescription(value="List of URIs.")
List<String> getUriList()
Gets list of URIs that are processed by SPI.

Returns:
List of URIs.

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.