@operations = $session->getOpNames( $class )

The getOpNames() function is an alias for getOperations(). The section “getOperations” on page 89 provides additional information.

The getOpNames() function gets the list of operations for the specified class.

The operations are returned as an array of strings that contain their names.

 @list = $session->getOpNames( "Router" );