{
EJBContainer ejbContainer = (EJBContainer)container;
HomeHandleImpl homeHandle = null;
RemoteBinding remoteBindingAnnotation = ejbContainer.getAnnotation(RemoteBinding.class);
if (remoteBindingAnnotation != null)
homeHandle = new HomeHandleImpl(ProxyFactoryHelper.getHomeJndiName(container));
return homeHandle;
}