Top Constructors Methods
sun.jvmstat.perfdata.monitor.protocol.file

public final Class MonitoredHostFileService

extends Object
implements MonitoredHostService
Class Inheritance
All Implemented Interfaces
sun.jvmstat.monitor.MonitoredHostService
Imports
sun.jvmstat.monitor.HostIdentifier, .MonitorException, .MonitoredHost, .MonitoredHostService

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public MonitoredHost
getMonitoredHost(HostIdentifier
the identifier for the target host.
hostId
)

Implements sun.jvmstat.monitor.MonitoredHostService.getMonitoredHost.

Construct a MonitoredHost instance to manage the connection to the host indicated by hostId.

public String
getScheme()

Implements sun.jvmstat.monitor.MonitoredHostService.getScheme.

Get the scheme that this service supports.

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

MonitoredHostFileServiceback to summary
public MonitoredHostFileService()

Method Detail

getMonitoredHostback to summary
public MonitoredHost getMonitoredHost(HostIdentifier hostId) throws MonitorException

Implements sun.jvmstat.monitor.MonitoredHostService.getMonitoredHost.

Doc from sun.jvmstat.monitor.MonitoredHostService.getMonitoredHost.

Construct a MonitoredHost instance to manage the connection to the host indicated by hostId.

Parameters
hostId:HostIdentifier

the identifier for the target host.

Returns:MonitoredHost

MonitoredHost - The MonitoredHost object needed to attach to the target host.

Annotations
@Override
Exceptions
MonitorException:
Thrown if monitoring errors occur.
getSchemeback to summary
public String getScheme()

Implements sun.jvmstat.monitor.MonitoredHostService.getScheme.

Doc from sun.jvmstat.monitor.MonitoredHostService.getScheme.

Get the scheme that this service supports.

Returns:String

scheme name

Annotations
@Override