2004-10-18 Michael Koch <konqueror@gmx.de>
* java/rmi/activation/ActivationSystem.java (SYSTEM_PORT): Initialize with correct port number. From-SVN: r89202
This commit is contained in:
parent
7b040d4c07
commit
4e2721c3f3
@ -1,3 +1,8 @@
|
||||
2004-10-18 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/rmi/activation/ActivationSystem.java
|
||||
(SYSTEM_PORT): Initialize with correct port number.
|
||||
|
||||
2004-10-18 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/lang/reflect/Proxy.java: Improved javadocs.
|
||||
|
@ -42,7 +42,7 @@ import java.rmi.RemoteException;
|
||||
|
||||
public interface ActivationSystem extends Remote
|
||||
{
|
||||
int SYSTEM_PORT = 0; // XXX
|
||||
int SYSTEM_PORT = 1098;
|
||||
|
||||
ActivationID registerObject (ActivationDesc desc)
|
||||
throws ActivationException, UnknownGroupException, RemoteException;
|
||||
|
Loading…
Reference in New Issue
Block a user