Rio Project 4.2 API Documentation



org.rioproject.system.capability
Interface PlatformCapabilityMBean

All Known Implementing Classes:
ByteOrientedDevice, ConnectivityCapability, J2SESupport, Memory, NativeLibrarySupport, OperatingSystem, PlatformCapability, ProcessorArchitecture, RioSupport, SoftwareSupport, StorageCapability, TCPConnectivity

public interface PlatformCapabilityMBean

Provides a standard MBean to use when administering a PlatformCapability using JMX

Author:
Ming Fang, Dennis Reedy

Method Summary
 Map<String,Object> getCapabilities()
          The collection of key,value pairs this PlatformCapability has been created with
 String getDescription()
          Get the description for the PlatformCapability
 String getPath()
          The path on an accessible filesystem where the PlatformCapability is installed
 

Method Detail

getDescription

String getDescription()
Get the description for the PlatformCapability


getPath

String getPath()
The path on an accessible filesystem where the PlatformCapability is installed


getCapabilities

Map<String,Object> getCapabilities()
The collection of key,value pairs this PlatformCapability has been created with


Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.