home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
S283 Planetary Science &n…he Search for Life DVD 2
/
DVD-ROM.iso
/
install
/
jre1_3
/
lib
/
rt.jar
/
javax
/
naming
/
spi
/
DirStateFactory$Result.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
|
1979-12-31
|
563 b
|
22 lines
package javax.naming.spi;
import javax.naming.directory.Attributes;
public class DirStateFactory$Result {
private Object obj;
private Attributes attrs;
public DirStateFactory$Result(Object var1, Attributes var2) {
this.obj = var1;
this.attrs = var2;
}
public Object getObject() {
return this.obj;
}
public Attributes getAttributes() {
return this.attrs;
}
}