ActivationInstantiator.java: Reformatted.
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. From-SVN: r64800
This commit is contained in:
parent
1ab1cf4ecc
commit
3bc8a4e355
@ -1,3 +1,12 @@
|
||||
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:
|
||||
|
@ -42,8 +42,8 @@ import java.rmi.RemoteException;
|
||||
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;
|
||||
}
|
||||
|
@ -42,8 +42,8 @@ import java.rmi.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;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
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.
|
||||
|
||||
@ -41,7 +41,6 @@ import java.rmi.RemoteException;
|
||||
import java.rmi.UnknownHostException;
|
||||
|
||||
/**
|
||||
* An internal interface that should no longer be used.
|
||||
* @deprecated
|
||||
*/
|
||||
public interface RegistryHandler {
|
||||
|
Loading…
Reference in New Issue
Block a user