To list a profile’s attributes (names and current values), use the following rhino-console command or related MBean operation.
Console command: listprofileattributes
Command  | 
listprofileattributes <table-name> [profile-name]
    List the current values of a profile, or if no profile is specified the current values of the default profile
 | 
|---|---|
Example  | 
$ ./rhino-console listprofileattributes testtable testprofile
Address={null}
 | 
MBean operation: getProfile
MBean  | 
|||
|---|---|---|---|
SLEE-defined  | 
public javax.management.ObjectName getProfile(String profileTableName,String profileName)
    throws NullPointerException, UnrecognizedProfileTableNameException,
          UnrecognizedProfileNameException, ManagementException;
 | 
||
Arguments  | 
This operation requires that you specify the profile table’s: 
  | 
||
Notes  | 
Profile MBean state 
This operation returns an  
  | 
