ConsumerAdmin _thisRef = ConsumerAdminHelper.narrow(activate());
container_.registerComponent(new CachingComponentAdapter(new CORBAObjectComponentAdapter(
ConsumerAdmin.class, _thisRef)));
registerDisposable(new Disposable()
{
public void dispose()
{
container_.unregisterComponent(ConsumerAdmin.class);
}