class com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer implements com.sun.jmx.remote.internal.NotificationBuffer
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer
super_class: java.lang.Object
{
private final int size;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final com.sun.jmx.remote.internal.ArrayNotificationBuffer this$0;
descriptor: Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.jmx.remote.internal.ArrayNotificationBuffer, int);
descriptor: (Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer;I)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer.this$0:Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 2
putfield com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer.size:I
2: aload 1
aload 0
invokevirtual com.sun.jmx.remote.internal.ArrayNotificationBuffer.addSharer:(Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer$ShareBuffer;)V
3: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer$ShareBuffer;
0 4 2 size I
MethodParameters:
Name Flags
this$0 final
size
public javax.management.remote.NotificationResult fetchNotifications(com.sun.jmx.remote.internal.NotificationBufferFilter, long, long, int);
descriptor: (Lcom/sun/jmx/remote/internal/NotificationBufferFilter;JJI)Ljavax/management/remote/NotificationResult;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: aload 0
getfield com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer.this$0:Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer;
astore 7
start local 7 1: aload 7
aload 1
lload 2
2: lload 4
iload 6
3: invokeinterface com.sun.jmx.remote.internal.NotificationBuffer.fetchNotifications:(Lcom/sun/jmx/remote/internal/NotificationBufferFilter;JJI)Ljavax/management/remote/NotificationResult;
areturn
end local 7 end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer$ShareBuffer;
0 4 1 filter Lcom/sun/jmx/remote/internal/NotificationBufferFilter;
0 4 2 startSequenceNumber J
0 4 4 timeout J
0 4 6 maxNotifications I
1 4 7 buf Lcom/sun/jmx/remote/internal/NotificationBuffer;
Exceptions:
throws java.lang.InterruptedException
MethodParameters:
Name Flags
filter
startSequenceNumber
timeout
maxNotifications
public void dispose();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer.this$0:Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer;
aload 0
invokevirtual com.sun.jmx.remote.internal.ArrayNotificationBuffer.removeSharer:(Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer$ShareBuffer;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer$ShareBuffer;
int getSize();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer.size:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer$ShareBuffer;
}
SourceFile: "ArrayNotificationBuffer.java"
NestHost: com.sun.jmx.remote.internal.ArrayNotificationBuffer
InnerClasses:
private ShareBuffer = com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer of com.sun.jmx.remote.internal.ArrayNotificationBuffer