|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.console.filter.ResultTransformFilter
org.apache.activemq.console.filter.MapTransformFilter
public class MapTransformFilter
| Field Summary |
|---|
| Fields inherited from interface org.apache.activemq.console.filter.QueryFilter |
|---|
QUERY_DELIMETER |
| Constructor Summary | |
|---|---|
MapTransformFilter(QueryFilter next)
Creates a Map transform filter that is able to transform a variety of objects to a properties map object |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getDisplayString(java.lang.Object obj)
|
protected java.lang.Object |
transformElement(java.lang.Object object)
Transform the given object to a Map object |
protected java.util.Map |
transformToMap(ActiveMQBytesMessage msg)
Transform an ActiveMQBytesMessage to a Map |
protected java.util.Map |
transformToMap(ActiveMQMapMessage msg)
Transform an ActiveMQMapMessage to a Map |
protected java.util.Map<java.lang.String,java.lang.String> |
transformToMap(ActiveMQMessage msg)
Transform an ActiveMQMessage to a Map |
protected java.util.Map |
transformToMap(ActiveMQObjectMessage msg)
Transform an ActiveMQMessage to a Map |
protected java.util.Map |
transformToMap(ActiveMQStreamMessage msg)
Transform an ActiveMQStreamMessage to a Map |
protected java.util.Map |
transformToMap(ActiveMQTextMessage msg)
Transform an ActiveMQTextMessage to a Map |
protected java.util.Map |
transformToMap(javax.management.AttributeList list)
Transform an Attribute List format of an mbean to a Map |
protected java.util.Map |
transformToMap(javax.management.openmbean.CompositeDataSupport data)
Transform an openMBean composite data to a Map |
protected java.util.Map |
transformToMap(javax.management.ObjectInstance obj)
Transform an ObjectInstance mbean to a Map |
protected java.util.Map |
transformToMap(javax.management.ObjectName objname)
Transform an ObjectName mbean to a Map |
| Methods inherited from class org.apache.activemq.console.filter.ResultTransformFilter |
|---|
query, query, transformList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapTransformFilter(QueryFilter next)
next - - the next query filter| Method Detail |
|---|
protected java.lang.Object transformElement(java.lang.Object object)
throws java.lang.Exception
transformElement in class ResultTransformFilterobject - - object to transform
java.lang.Exceptionprotected java.util.Map transformToMap(javax.management.ObjectInstance obj)
obj - - ObjectInstance format of an mbean
protected java.util.Map transformToMap(javax.management.ObjectName objname)
objname - - ObjectName format of an mbean
protected java.util.Map transformToMap(javax.management.AttributeList list)
list - - AttributeList format of an mbean
protected java.util.Map transformToMap(ActiveMQTextMessage msg)
throws javax.jms.JMSException
msg - - text message to trasnform
javax.jms.JMSException
protected java.util.Map transformToMap(ActiveMQBytesMessage msg)
throws javax.jms.JMSException
msg - - bytes message to transform
javax.jms.JMSException
protected java.util.Map transformToMap(ActiveMQObjectMessage msg)
throws javax.jms.JMSException
msg - - object message to transform
javax.jms.JMSException
protected java.util.Map transformToMap(ActiveMQMapMessage msg)
throws javax.jms.JMSException
msg - - map message to transform
javax.jms.JMSException
protected java.util.Map transformToMap(ActiveMQStreamMessage msg)
throws javax.jms.JMSException
msg - - stream message to transform
javax.jms.JMSException
protected java.util.Map<java.lang.String,java.lang.String> transformToMap(ActiveMQMessage msg)
throws javax.jms.JMSException
msg - - message to transform
javax.jms.JMSExceptionprotected java.util.Map transformToMap(javax.management.openmbean.CompositeDataSupport data)
data - - composite data to transform
protected java.lang.String getDisplayString(java.lang.Object obj)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||