home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1998 January
/
PCO0198.ISO
/
browser
/
net_linx
/
jae40.jar
/
java
/
rmi
/
server
/
ServerRef.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1997-11-03
|
435 b
|
11 lines
package java.rmi.server;
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface ServerRef extends RemoteRef {
RemoteStub exportObject(Remote var1, Object var2) throws RemoteException;
String getClientHost() throws ServerNotActiveException;
}