To unbind a resource adaptor entity from a link name, use the following rhino-console command or related MBean operation.

Console command: unbindralinkname

Command

unbindralinkname <link-name>
  Description
    Unbind a resource adaptor entity from a link name

Example

To unbind the link name sip:

$ ./rhino-console unbindralinkname sip
Unbound link name sip

MBean operation: unbindLinkName

MBean

SLEE-defined

public void unbindLinkName(String linkName)
    throws NullPointerException, UnrecognizedLinkNameException,
            DependencyException,ManagementException;
Previous page Next page
Rhino Version 2.6.1