public interface sun.rmi.rmic.RMIConstants extends sun.rmi.rmic.Constants
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: sun.rmi.rmic.RMIConstants
super_class: java.lang.Object
{
public static final sun.tools.java.Identifier idRemoteObject;
descriptor: Lsun/tools/java/Identifier;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.tools.java.Identifier idRemoteStub;
descriptor: Lsun/tools/java/Identifier;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.tools.java.Identifier idRemoteRef;
descriptor: Lsun/tools/java/Identifier;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.tools.java.Identifier idOperation;
descriptor: Lsun/tools/java/Identifier;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.tools.java.Identifier idSkeleton;
descriptor: Lsun/tools/java/Identifier;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.tools.java.Identifier idSkeletonMismatchException;
descriptor: Lsun/tools/java/Identifier;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.tools.java.Identifier idRemoteCall;
descriptor: Lsun/tools/java/Identifier;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.tools.java.Identifier idMarshalException;
descriptor: Lsun/tools/java/Identifier;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.tools.java.Identifier idUnmarshalException;
descriptor: Lsun/tools/java/Identifier;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.tools.java.Identifier idUnexpectedException;
descriptor: Lsun/tools/java/Identifier;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final int STUB_VERSION_1_1;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final int STUB_VERSION_FAT;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2
public static final int STUB_VERSION_1_2;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 3
public static final long STUB_SERIAL_VERSION_UID;
descriptor: J
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2
public static final int INTERFACE_HASH_STUB_VERSION;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc "java.rmi.server.RemoteObject"
invokestatic sun.tools.java.Identifier.lookup:(Ljava/lang/String;)Lsun/tools/java/Identifier;
1: putstatic sun.rmi.rmic.RMIConstants.idRemoteObject:Lsun/tools/java/Identifier;
2: ldc "java.rmi.server.RemoteStub"
invokestatic sun.tools.java.Identifier.lookup:(Ljava/lang/String;)Lsun/tools/java/Identifier;
3: putstatic sun.rmi.rmic.RMIConstants.idRemoteStub:Lsun/tools/java/Identifier;
4: ldc "java.rmi.server.RemoteRef"
invokestatic sun.tools.java.Identifier.lookup:(Ljava/lang/String;)Lsun/tools/java/Identifier;
5: putstatic sun.rmi.rmic.RMIConstants.idRemoteRef:Lsun/tools/java/Identifier;
6: ldc "java.rmi.server.Operation"
invokestatic sun.tools.java.Identifier.lookup:(Ljava/lang/String;)Lsun/tools/java/Identifier;
7: putstatic sun.rmi.rmic.RMIConstants.idOperation:Lsun/tools/java/Identifier;
8: ldc "java.rmi.server.Skeleton"
invokestatic sun.tools.java.Identifier.lookup:(Ljava/lang/String;)Lsun/tools/java/Identifier;
9: putstatic sun.rmi.rmic.RMIConstants.idSkeleton:Lsun/tools/java/Identifier;
10: ldc "java.rmi.server.SkeletonMismatchException"
invokestatic sun.tools.java.Identifier.lookup:(Ljava/lang/String;)Lsun/tools/java/Identifier;
11: putstatic sun.rmi.rmic.RMIConstants.idSkeletonMismatchException:Lsun/tools/java/Identifier;
12: ldc "java.rmi.server.RemoteCall"
invokestatic sun.tools.java.Identifier.lookup:(Ljava/lang/String;)Lsun/tools/java/Identifier;
13: putstatic sun.rmi.rmic.RMIConstants.idRemoteCall:Lsun/tools/java/Identifier;
14: ldc "java.rmi.MarshalException"
invokestatic sun.tools.java.Identifier.lookup:(Ljava/lang/String;)Lsun/tools/java/Identifier;
15: putstatic sun.rmi.rmic.RMIConstants.idMarshalException:Lsun/tools/java/Identifier;
16: ldc "java.rmi.UnmarshalException"
invokestatic sun.tools.java.Identifier.lookup:(Ljava/lang/String;)Lsun/tools/java/Identifier;
17: putstatic sun.rmi.rmic.RMIConstants.idUnmarshalException:Lsun/tools/java/Identifier;
18: ldc "java.rmi.UnexpectedException"
invokestatic sun.tools.java.Identifier.lookup:(Ljava/lang/String;)Lsun/tools/java/Identifier;
19: putstatic sun.rmi.rmic.RMIConstants.idUnexpectedException:Lsun/tools/java/Identifier;
20: return
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "RMIConstants.java"