public class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean extends org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
super_class: org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
{
public void <init>(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean.<init>:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/server/handler/jmx/ContextHandlerMBean;
0 2 1 managedObject Ljava/lang/Object;
MethodParameters:
Name Flags
managedObject
public java.util.Map<java.lang.String, java.lang.Object> getContextAttributes();
descriptor: ()Ljava/util/Map;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=1
start local 0 0: new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
astore 1
start local 1 1: aload 0
getfield org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean._managed:Ljava/lang/Object;
checkcast org.eclipse.jetty.server.handler.ContextHandler
invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getAttributes:()Lorg/eclipse/jetty/util/Attributes;
astore 2
start local 2 2: aload 2
invokeinterface org.eclipse.jetty.util.Attributes.getAttributeNames:()Ljava/util/Enumeration;
astore 3
start local 3 3: goto 7
4: StackMap locals: java.util.Map org.eclipse.jetty.util.Attributes java.util.Enumeration
StackMap stack:
aload 3
invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
checkcast java.lang.String
astore 4
start local 4 5: aload 2
aload 4
invokeinterface org.eclipse.jetty.util.Attributes.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
astore 5
start local 5 6: aload 1
aload 4
aload 5
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
end local 5 end local 4 7: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Enumeration.hasMoreElements:()Z
ifne 4
8: aload 1
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/jetty/server/handler/jmx/ContextHandlerMBean;
1 9 1 map Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
2 9 2 attrs Lorg/eclipse/jetty/util/Attributes;
3 9 3 en Ljava/util/Enumeration<Ljava/lang/String;>;
5 7 4 name Ljava/lang/String;
6 7 5 value Ljava/lang/Object;
Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
RuntimeVisibleAnnotations:
org.eclipse.jetty.util.annotation.ManagedAttribute(value = "Map of context attributes")
public void setContextAttribute(java.lang.String, java.lang.Object);
descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean._managed:Ljava/lang/Object;
checkcast org.eclipse.jetty.server.handler.ContextHandler
invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getAttributes:()Lorg/eclipse/jetty/util/Attributes;
astore 3
start local 3 1: aload 3
aload 1
aload 2
invokeinterface org.eclipse.jetty.util.Attributes.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/handler/jmx/ContextHandlerMBean;
0 3 1 name Ljava/lang/String;
0 3 2 value Ljava/lang/Object;
1 3 3 attrs Lorg/eclipse/jetty/util/Attributes;
RuntimeVisibleAnnotations:
org.eclipse.jetty.util.annotation.ManagedOperation(value = "Set context attribute", impact = "ACTION")
RuntimeVisibleParameterAnnotations:
0:
org.eclipse.jetty.util.annotation.Name(value = "name", description = "attribute name")
1:
org.eclipse.jetty.util.annotation.Name(value = "value", description = "attribute value")
MethodParameters:
Name Flags
name
value
public void setContextAttribute(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean._managed:Ljava/lang/Object;
checkcast org.eclipse.jetty.server.handler.ContextHandler
invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getAttributes:()Lorg/eclipse/jetty/util/Attributes;
astore 3
start local 3 1: aload 3
aload 1
aload 2
invokeinterface org.eclipse.jetty.util.Attributes.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/handler/jmx/ContextHandlerMBean;
0 3 1 name Ljava/lang/String;
0 3 2 value Ljava/lang/String;
1 3 3 attrs Lorg/eclipse/jetty/util/Attributes;
RuntimeVisibleAnnotations:
org.eclipse.jetty.util.annotation.ManagedOperation(value = "Set context attribute", impact = "ACTION")
RuntimeVisibleParameterAnnotations:
0:
org.eclipse.jetty.util.annotation.Name(value = "name", description = "attribute name")
1:
org.eclipse.jetty.util.annotation.Name(value = "value", description = "attribute value")
MethodParameters:
Name Flags
name
value
public void removeContextAttribute(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean._managed:Ljava/lang/Object;
checkcast org.eclipse.jetty.server.handler.ContextHandler
invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getAttributes:()Lorg/eclipse/jetty/util/Attributes;
astore 2
start local 2 1: aload 2
aload 1
invokeinterface org.eclipse.jetty.util.Attributes.removeAttribute:(Ljava/lang/String;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/handler/jmx/ContextHandlerMBean;
0 3 1 name Ljava/lang/String;
1 3 2 attrs Lorg/eclipse/jetty/util/Attributes;
RuntimeVisibleAnnotations:
org.eclipse.jetty.util.annotation.ManagedOperation(value = "Remove context attribute", impact = "ACTION")
RuntimeVisibleParameterAnnotations:
0:
org.eclipse.jetty.util.annotation.Name(value = "name", description = "attribute name")
MethodParameters:
Name Flags
name
}
SourceFile: "ContextHandlerMBean.java"
RuntimeVisibleAnnotations:
org.eclipse.jetty.util.annotation.ManagedObject(value = "ContextHandler mbean wrapper")