home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 1999 April
/
DPPCPRO0499.ISO
/
April
/
Notes
/
50b2wic.exe
/
DATA1.CAB
/
NotesProgramFilesJavaSupport
/
rt.jar
/
java
/
rmi
/
dgc
/
Lease.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
|
1998-04-23
|
533 b
|
22 lines
package java.rmi.dgc;
import java.io.Serializable;
public final class Lease implements Serializable {
private VMID vmid;
private long value;
public Lease(VMID var1, long var2) {
this.vmid = var1;
this.value = var2;
}
public VMID getVMID() {
return this.vmid;
}
public long getValue() {
return this.value;
}
}