To
list or display service references,
use the following sis-console commands or related MBean operations.
Console commands
listservicerefs
Command  | 
listservicerefs <ra-entity>
    List service references
  | 
||
|---|---|---|---|
Example  | 
$ ./sis-console listservicerefs sis ServiceRefID[Call Barring] ServiceRefID[Call Forwarding] ServiceRefID[VPN]  | 
dumpserviceref
Command  | 
dumpserviceref <ra-entity>
    Display a service reference
  | 
||
|---|---|---|---|
Examples  | 
$ ./sis-console dumpserviceref sis VPN chargingPriority : 0 defaultTimeout : 1500 name : VPN serviceName : VPN Service serviceVendor : OpenCloud serviceVersion : 0.2 type : local $ ./sis-console dumpserviceref sis "Call Barring" chargingPriority : -20 defaultTimeout : 0 extPlatformName : Call Barring name : Call Barring type : external  | 
MBean operations
MBean  | 
|---|
getServiceRefs
Operation  | 
public ServiceRefID[] getServiceRefs()
    throws ManagementException;
  | 
|---|
getDescriptor
Operation  | 
public CompositeData getDescriptor(ServiceRefID serviceRefID)
    throws NullPointerException, UnrecognizedComponentException,
           ManagementException;
  | 
|---|
