*/
public Remote activate(boolean force)
throws ActivationException, RemoteException
{
try {
MarshalledWrapper marshalledProxy =
activator.activate(this, force);
return (Remote) marshalledProxy.get();
} catch (RemoteException e) {
throw e;
} catch (java.io.IOException e) {
throw new UnmarshalException("activation failed", e);
} catch (java.lang.ClassNotFoundException e) {