JndiSessionRegistrarBase registrar = this.getJndiRegistrar();
// If the registrar has been used for this container, unbind all JNDI references
if (registrar != null)
{
registrar.unbindEjb(this.getJndiContext(), this.getMetaData());
}
}
/**
* Obtains the JndiSessionRegistrarBase from MC, null if not found