Sun Java System Portal Server 7 Command-Line Reference

Description

Returns MBean attribute names for Portal Server MBeans. A set of MBeans is first determined based on given type and name key properties, or given JMX ObjectName pattern.

This command fetches MBean attribute names from either a Portal Server instance or a Portal Server Secure Remote Access instance. Two options, --portal and proxy-type, determine whether Portal Server instance or Portal Server Secure Remote Access instance names are fetched.

This command fetches MBean ObjectNames from either a Portal Server instance or a Portal Server Secure Remote Access instance. Two options, –-portal and --proxy-type, determine whether Portal Server instance or Portal Server Secure Remote Access instance names are fetched.If both portal and proxy-type options are specified, portal option is ignored.

If no option values or operand are specified, then the command returns ObjectNames of all MBeans registered with the Portal Server instance or the Portal Server Secure Remote Access instance. If the --type and --name-properties, --object-name options are specified, only the object-name option is considered for the operation.

If attribute-name-regexp is specified, then attribute names of all MBeans from the determined set of MBeans matching the attribute name regular expression is returned. If attribute name regular expression is not specified, then all attribute names for a MBean are returned. If no option values or operand are specified, then attribute names of all MBeans registered with Portal Server instance or Portal Server Secure Remote Access instance are returned.