public class org.glassfish.grizzly.comet.CometEvent<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.comet.CometEvent
  super_class: java.lang.Object
{
  protected org.glassfish.grizzly.comet.CometEvent$Type type;
    descriptor: Lorg/glassfish/grizzly/comet/CometEvent$Type;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lorg/glassfish/grizzly/comet/CometEvent$Type;

  protected E attachment;
    descriptor: Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Signature: TE;

  private org.glassfish.grizzly.comet.CometContext cometContext;
    descriptor: Lorg/glassfish/grizzly/comet/CometContext;
    flags: (0x0002) ACC_PRIVATE

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 920798330036889926

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.comet.CometEvent this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            getstatic org.glassfish.grizzly.comet.CometEvent$Type.NOTIFY:Lorg/glassfish/grizzly/comet/CometEvent$Type;
            putfield org.glassfish.grizzly.comet.CometEvent.type:Lorg/glassfish/grizzly/comet/CometEvent$Type;
         2: .line 53
            return
        end local 0 // org.glassfish.grizzly.comet.CometEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/comet/CometEvent<TE;>;

  public void <init>(org.glassfish.grizzly.comet.CometEvent$Type);
    descriptor: (Lorg/glassfish/grizzly/comet/CometEvent$Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.comet.CometEvent this
        start local 1 // org.glassfish.grizzly.comet.CometEvent$Type type
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* type */
            putfield org.glassfish.grizzly.comet.CometEvent.type:Lorg/glassfish/grizzly/comet/CometEvent$Type;
         2: .line 57
            return
        end local 1 // org.glassfish.grizzly.comet.CometEvent$Type type
        end local 0 // org.glassfish.grizzly.comet.CometEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/comet/CometEvent<TE;>;
            0    3     1  type  Lorg/glassfish/grizzly/comet/CometEvent$Type;
    Signature: (Lorg/glassfish/grizzly/comet/CometEvent$Type;)V
    MethodParameters:
      Name  Flags
      type  

  public void <init>(org.glassfish.grizzly.comet.CometEvent$Type, org.glassfish.grizzly.comet.CometContext);
    descriptor: (Lorg/glassfish/grizzly/comet/CometEvent$Type;Lorg/glassfish/grizzly/comet/CometContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.comet.CometEvent this
        start local 1 // org.glassfish.grizzly.comet.CometEvent$Type type
        start local 2 // org.glassfish.grizzly.comet.CometContext context
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            aload 1 /* type */
            putfield org.glassfish.grizzly.comet.CometEvent.type:Lorg/glassfish/grizzly/comet/CometEvent$Type;
         2: .line 61
            aload 0 /* this */
            aload 2 /* context */
            putfield org.glassfish.grizzly.comet.CometEvent.cometContext:Lorg/glassfish/grizzly/comet/CometContext;
         3: .line 62
            return
        end local 2 // org.glassfish.grizzly.comet.CometContext context
        end local 1 // org.glassfish.grizzly.comet.CometEvent$Type type
        end local 0 // org.glassfish.grizzly.comet.CometEvent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/glassfish/grizzly/comet/CometEvent<TE;>;
            0    4     1     type  Lorg/glassfish/grizzly/comet/CometEvent$Type;
            0    4     2  context  Lorg/glassfish/grizzly/comet/CometContext;
    Signature: (Lorg/glassfish/grizzly/comet/CometEvent$Type;Lorg/glassfish/grizzly/comet/CometContext;)V
    MethodParameters:
         Name  Flags
      type     
      context  

  public void <init>(org.glassfish.grizzly.comet.CometEvent$Type, org.glassfish.grizzly.comet.CometContext, );
    descriptor: (Lorg/glassfish/grizzly/comet/CometEvent$Type;Lorg/glassfish/grizzly/comet/CometContext;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.comet.CometEvent this
        start local 1 // org.glassfish.grizzly.comet.CometEvent$Type type
        start local 2 // org.glassfish.grizzly.comet.CometContext cometContext
        start local 3 // java.lang.Object attachment
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* type */
            putfield org.glassfish.grizzly.comet.CometEvent.type:Lorg/glassfish/grizzly/comet/CometEvent$Type;
         2: .line 66
            aload 0 /* this */
            aload 3 /* attachment */
            putfield org.glassfish.grizzly.comet.CometEvent.attachment:Ljava/lang/Object;
         3: .line 67
            aload 0 /* this */
            aload 2 /* cometContext */
            putfield org.glassfish.grizzly.comet.CometEvent.cometContext:Lorg/glassfish/grizzly/comet/CometContext;
         4: .line 68
            return
        end local 3 // java.lang.Object attachment
        end local 2 // org.glassfish.grizzly.comet.CometContext cometContext
        end local 1 // org.glassfish.grizzly.comet.CometEvent$Type type
        end local 0 // org.glassfish.grizzly.comet.CometEvent this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/glassfish/grizzly/comet/CometEvent<TE;>;
            0    5     1          type  Lorg/glassfish/grizzly/comet/CometEvent$Type;
            0    5     2  cometContext  Lorg/glassfish/grizzly/comet/CometContext;
            0    5     3    attachment  TE;
    Signature: (Lorg/glassfish/grizzly/comet/CometEvent$Type;Lorg/glassfish/grizzly/comet/CometContext;TE;)V
    MethodParameters:
              Name  Flags
      type          
      cometContext  
      attachment    

  public org.glassfish.grizzly.comet.CometEvent$Type getType();
    descriptor: ()Lorg/glassfish/grizzly/comet/CometEvent$Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.comet.CometEvent this
         0: .line 76
            aload 0 /* this */
            getfield org.glassfish.grizzly.comet.CometEvent.type:Lorg/glassfish/grizzly/comet/CometEvent$Type;
            areturn
        end local 0 // org.glassfish.grizzly.comet.CometEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/comet/CometEvent<TE;>;
    Signature: ()Lorg/glassfish/grizzly/comet/CometEvent$Type;

  protected void setType(org.glassfish.grizzly.comet.CometEvent$Type);
    descriptor: (Lorg/glassfish/grizzly/comet/CometEvent$Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.comet.CometEvent this
        start local 1 // org.glassfish.grizzly.comet.CometEvent$Type type
         0: .line 85
            aload 0 /* this */
            aload 1 /* type */
            putfield org.glassfish.grizzly.comet.CometEvent.type:Lorg/glassfish/grizzly/comet/CometEvent$Type;
         1: .line 86
            return
        end local 1 // org.glassfish.grizzly.comet.CometEvent$Type type
        end local 0 // org.glassfish.grizzly.comet.CometEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/comet/CometEvent<TE;>;
            0    2     1  type  Lorg/glassfish/grizzly/comet/CometEvent$Type;
    Signature: (Lorg/glassfish/grizzly/comet/CometEvent$Type;)V
    MethodParameters:
      Name  Flags
      type  

  public void attach();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.comet.CometEvent this
        start local 1 // java.lang.Object attachment
         0: .line 94
            aload 0 /* this */
            aload 1 /* attachment */
            putfield org.glassfish.grizzly.comet.CometEvent.attachment:Ljava/lang/Object;
         1: .line 95
            return
        end local 1 // java.lang.Object attachment
        end local 0 // org.glassfish.grizzly.comet.CometEvent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/glassfish/grizzly/comet/CometEvent<TE;>;
            0    2     1  attachment  TE;
    Signature: (TE;)V
    MethodParameters:
            Name  Flags
      attachment  

  public E attachment();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.comet.CometEvent this
         0: .line 103
            aload 0 /* this */
            getfield org.glassfish.grizzly.comet.CometEvent.attachment:Ljava/lang/Object;
            areturn
        end local 0 // org.glassfish.grizzly.comet.CometEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/comet/CometEvent<TE;>;
    Signature: ()TE;

  public org.glassfish.grizzly.comet.CometContext getCometContext();
    descriptor: ()Lorg/glassfish/grizzly/comet/CometContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.comet.CometEvent this
         0: .line 110
            aload 0 /* this */
            getfield org.glassfish.grizzly.comet.CometEvent.cometContext:Lorg/glassfish/grizzly/comet/CometContext;
            areturn
        end local 0 // org.glassfish.grizzly.comet.CometEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/comet/CometEvent<TE;>;

  protected void setCometContext(org.glassfish.grizzly.comet.CometContext);
    descriptor: (Lorg/glassfish/grizzly/comet/CometContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.comet.CometEvent this
        start local 1 // org.glassfish.grizzly.comet.CometContext cometContext
         0: .line 117
            aload 0 /* this */
            aload 1 /* cometContext */
            putfield org.glassfish.grizzly.comet.CometEvent.cometContext:Lorg/glassfish/grizzly/comet/CometContext;
         1: .line 118
            return
        end local 1 // org.glassfish.grizzly.comet.CometContext cometContext
        end local 0 // org.glassfish.grizzly.comet.CometEvent this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/glassfish/grizzly/comet/CometEvent<TE;>;
            0    2     1  cometContext  Lorg/glassfish/grizzly/comet/CometContext;
    MethodParameters:
              Name  Flags
      cometContext  
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "CometEvent.java"
NestMembers:
  org.glassfish.grizzly.comet.CometEvent$Type
InnerClasses:
  public final Type = org.glassfish.grizzly.comet.CometEvent$Type of org.glassfish.grizzly.comet.CometEvent