Table of Contents

Class GetQueryNamesCmdletCommand

Namespace
MASES.JNetPS.Cmdlet.JMX
Assembly
MASES.JNetPS.dll
[Cmdlet("Get", "QueryNames")]
[OutputType(new Type[] { typeof(List<ObjectName>) })]
public class GetQueryNamesCmdletCommand : JNetPSCmdlet<JNetPSCore>
Inheritance
GetQueryNamesCmdletCommand
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 object name pattern identifying the MBean names to be retrieved. If null or no domain and key properties are specified, the name of all registered MBeans will be retrieved.")]
public ObjectName ObjectName { get; set; }

Property Value

ObjectName

Query

[Parameter(Position = 2, ValueFromPipelineByPropertyName = true, HelpMessage = "The query expression to be applied for selecting MBeans. If null no query expression will be applied for selecting MBeans.")]
public QueryExp Query { get; set; }

Property Value

QueryExp

Methods

ProcessCommand()

protected override void ProcessCommand()