To
get or set the service key subscriptions profile table name,
use the following sis-console
commands or related MBean operations.
This is a SIS feature for IN. |
Console commands
getServiceKeySubscriptionsProfileTableName
Command |
getservicekeysubscriptionsprofiletablename <ra-entity> Get the current configured service key subscriptions profile table name |
---|---|
Example |
To get the service key subscriptions profile table name for the SIS instance named $ ./sis-console getservicekeysubscriptionsprofiletablename sis Service key subscriptions profile table name=sis-servicekey-subscriptions |
setServiceKeySubscriptionsProfileTableName
Command |
setservicekeysubscriptionsprofiletablename <ra-entity> <table-name> Set the configured service key subscriptions profile table name. To remove the table name, specify 'null' as the argument |
---|---|
Example |
To set the service key subscriptions profile table name for the SIS instance named $ ./sis-console setservicekeysubscriptionsprofiletablename sis sis-servicekey-subscriptions |
MBean operations
MBean |
---|
getServiceKeySubscriptionsProfileTableName
Operation |
public String getServiceKeySubscriptionsProfileTableName() throws ManagementException; |
---|
setServiceKeySubscriptionsProfileTableName
Operation |
public void setServiceKeySubscriptionsProfileTableName(String tableName) throws ManagementException; |
---|