/[classpath]/classpath/java/rmi/activation/ActivationSystem.java
ViewVC logotype

Diff of /classpath/java/rmi/activation/ActivationSystem.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mkoch, Mon Oct 13 06:29:48 2003 UTC revision 1.3.2.1 by gnu_andrew, Sat Jan 15 17:02:00 2005 UTC
# Line 1  Line 1 
1  /*  /* ActivationSystem.java --
2    Copyright (c) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.     Copyright (c) 1996, 1997, 1998, 1999, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package java.rmi.activation;  package java.rmi.activation;
40    
41  import java.rmi.Remote;  import java.rmi.Remote;
# Line 42  import java.rmi.RemoteException; Line 43  import java.rmi.RemoteException;
43    
44  public interface ActivationSystem extends Remote  public interface ActivationSystem extends Remote
45  {  {
46    int SYSTEM_PORT = 0; // XXX    int SYSTEM_PORT = 1098;
47    
48    ActivationID registerObject (ActivationDesc desc)    ActivationID registerObject (ActivationDesc desc)
49      throws ActivationException, UnknownGroupException, RemoteException;      throws ActivationException, UnknownGroupException, RemoteException;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26