To remove a resource adaptor entity use the following rhino-console command or related MBean operation.
| 
 | 
You can only remove a resource adaptor entity from the SLEE when it is in the INACTIVE state on all event-router nodes currently in the primary component. | 
Console command: removeraentity
Command  | 
removeraentity <entity-name>
    Remove a resource adaptor entity
 | 
|---|---|
Example  | 
To remove the resource adaptor entity named  $ ./rhino-console removeraentity sipra Removed resource adaptor entity sipra  | 
MBean operation: removeResourceAdaptorEntity
MBean  | 
|
|---|---|
SLEE-defined  | 
public void removeResourceAdaptorEntity(String entityName)
    throws NullPointerException,
          UnrecognizedResourceAdaptorEntityException,
          InvalidStateException, DependencyException, ManagementException;
 | 
