+2003-03-24 Michael Koch <konqueror@gmx.de>
+
+ * java/rmi/activation/ActivationInstantiator.java:
+ Reformatted.
+ * java/rmi/activation/Activator.java:
+ Reformatted.
+ * java/rmi/registry/RegistryHandler.java:
+ Remerged from classpath.
+
2003-03-24 Michael Koch <konqueror@gmx.de>
* java/util/Date.java:
import java.rmi.MarshalledObject;
public interface ActivationInstantiator
- extends Remote {
-
-public MarshalledObject newInstance(ActivationID id, ActivationDesc desc) throws ActivationException, RemoteException;
-
+ extends Remote
+{
+ public MarshalledObject newInstance (ActivationID id, ActivationDesc desc)
+ throws ActivationException, RemoteException;
}
import java.rmi.MarshalledObject;
public interface Activator
- extends Remote {
-
-public MarshalledObject activate(ActivationID id, boolean force) throws ActivationException, UnknownObjectException, RemoteException;
-
+ extends Remote
+{
+ public MarshalledObject activate(ActivationID id, boolean force)
+ throws ActivationException, UnknownObjectException, RemoteException;
}
/*
- Copyright (c) 1996, 1997, 1998, 1999, 2003 Free Software Foundation, Inc.
+ Copyright (c) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU Classpath.
import java.rmi.UnknownHostException;
/**
- * An internal interface that should no longer be used.
* @deprecated
*/
public interface RegistryHandler {