To
create a service reference to an external platform,
use the following sis-console
command, Ant task, or related MBean operation.
Console command
createexternalserviceref
Command |
createexternalserviceref <ra-entity> <name> <external-platform-name> Create a service reference bound to an external platform definition |
---|---|
Example |
To create a service reference called $ ./sis-console createexternalserviceref sis VPN VPN-External Created service reference VPN for external platform VPN-External |
Ant task
SIP
createserviceref
Task |
<createserviceref name="..." type="external" extPlatformName="..."/> |
---|---|
Example |
To create a service reference called <sis-sip-management> <createserviceref name="VPN" type="external" extPlatformName="VPN-External"/> </sis-sip-management> |
IN
createserviceref
Task |
<createserviceref name="..." type="external" extPlatformName="..."/> The IN version of this task has |
---|---|
Example |
To create a service reference called <sis-in-management> <createserviceref name="VPN" type="external" extPlatformName="VPN-External"/> </sis-in-management> |
MBean operation
MBean |
---|
createExternalServiceRef
Operation |
To create a service reference that references an external platform definition: public void createExternalServiceRef(String name, ExternalPlatformID extPlatformID) throws NullPointerException, AlreadyDeployedException, DeploymentException, ManagementException; |
---|