Table of Contents

Class GetMBeanInfoCmdletCommand

Namespace
MASES.JNetPS.Cmdlet.JMX
Assembly
MASES.JNetPS.dll
[Cmdlet("Get", "MBeanInfo")]
[OutputType(new Type[] { typeof(MBeanInfo) })]
public class GetMBeanInfoCmdletCommand : JNetPSCmdlet<JNetPSCore>
Inheritance
GetMBeanInfoCmdletCommand
Inherited Members
Extension Methods

Properties

Connector

[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The JMXConnector to use.")]
public JMXConnector Connector { get; set; }

Property Value

JMXConnector

ObjectName

[Parameter(Position = 1, ValueFromPipelineByPropertyName = true, HelpMessage = "The name of the MBean to analyze.")]
public ObjectName ObjectName { get; set; }

Property Value

ObjectName

Methods

ProcessCommand()

protected override void ProcessCommand()