To create a resource adaptor entity use the following rhino-console command or related MBean operation.
Console command: createrantity
Command  | 
createraentity <resource-adaptor-id> <entity-name> [config-params]
    Create a resource adaptor entity with the given name. Optionally configuration
    parameters can be specified
 | 
||
|---|---|---|---|
Example  | 
To create an instance of the OpenCloud SIP resource adaptor, called  $ ./rhino-console createraentity name=OCSIP,vendor=OpenCloud,version=2.1 sipra \
    IPAddress=192.168.0.100,Port=5160,SecurePort=5161
Created resource adaptor entity sipra
 | 
||
Notes  | 
Entering configuration properties 
When creating a resource adaptor entity, determine its configuration properties and then enter them in  
  | 
MBean operation: createResourceAdaptorEntity
MBean  | 
|||||
|---|---|---|---|---|---|
SLEE-defined  | 
public void createResourceAdaptorEntity(ResourceAdaptorID id, String entityName, ConfigProperties properties)
    throws NullPointerException, InvalidArgumentException,
          UnrecognizedResourceAdaptorException,
          ResourceAdaptorEntityAlreadyExistsException,
          InvalidConfigurationException, ManagementException;
 | 
||||
Arguments  | 
This operation requires that you specify the resource adaptor entity’s: 
 
 
  | 
