To
list or display extension references,
use the following sis-console commands or related MBean operations.
Console commands
listextensionrefs
Command  | 
listextensionrefs <ra-entity>
    List extension references
  | 
||
|---|---|---|---|
Example  | 
$ ./sis-console listextensionrefs sis ExtensionRefID[External DB Selector] ExtensionRefID[Update Service Key Interceptor]  | 
dumpextensionref
Command  | 
dumpextensionref <ra-entity>
    Display an extension reference
  | 
||
|---|---|---|---|
Example  | 
$ ./sis-console dumpextensionref sis "External DB Selector" defaultTimeout : 0 extension-type : SCS name : External DB Selector ref-type : service serviceName : External DB Selector Service serviceVendor : OpenCloud serviceVersion : 1.0  | 
Mbean operations
MBean  | 
|---|
getExtensionRefs
Operation  | 
public ExtensionRefID[] getExtensionRefs()
    throws ManagementException;
  | 
|---|
getDescriptor
Operation  | 
public CompositeData getDescriptor(ExtensionRefID extensionRefID)
    throws NullPointerException, UnrecognizedComponentException,
           ManagementException;
  | 
|---|
