|
||||||||||
| 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 String |
getDisplayString(Object obj)
|
protected Object |
transformElement(Object object)
Transform the given object to a Map object |
protected Map |
transformToMap(org.apache.activemq.command.ActiveMQBytesMessage msg)
Transform an ActiveMQBytesMessage to a Map |
protected Map |
transformToMap(org.apache.activemq.command.ActiveMQMapMessage msg)
Transform an ActiveMQMapMessage to a Map |
protected Map<String,String> |
transformToMap(org.apache.activemq.command.ActiveMQMessage msg)
Transform an ActiveMQMessage to a Map |
protected Map |
transformToMap(org.apache.activemq.command.ActiveMQObjectMessage msg)
Transform an ActiveMQMessage to a Map |
protected Map |
transformToMap(org.apache.activemq.command.ActiveMQStreamMessage msg)
Transform an ActiveMQStreamMessage to a Map |
protected Map |
transformToMap(org.apache.activemq.command.ActiveMQTextMessage msg)
Transform an ActiveMQTextMessage to a Map |
protected Map |
transformToMap(AttributeList list)
Transform an Attribute List format of an mbean to a Map |
protected Map |
transformToMap(CompositeDataSupport data)
Transform an openMBean composite data to a Map |
protected Map |
transformToMap(ObjectInstance obj)
Transform an ObjectInstance mbean to a Map |
protected Map |
transformToMap(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 Object transformElement(Object object)
throws Exception
transformElement in class ResultTransformFilterobject - - object to transform
Exceptionprotected Map transformToMap(ObjectInstance obj)
obj - - ObjectInstance format of an mbean
protected Map transformToMap(ObjectName objname)
objname - - ObjectName format of an mbean
protected Map transformToMap(AttributeList list)
list - - AttributeList format of an mbean
protected Map transformToMap(org.apache.activemq.command.ActiveMQTextMessage msg)
throws javax.jms.JMSException
msg - - text message to trasnform
javax.jms.JMSException
protected Map transformToMap(org.apache.activemq.command.ActiveMQBytesMessage msg)
throws javax.jms.JMSException
msg - - bytes message to transform
javax.jms.JMSException
protected Map transformToMap(org.apache.activemq.command.ActiveMQObjectMessage msg)
throws javax.jms.JMSException
msg - - object message to transform
javax.jms.JMSException
protected Map transformToMap(org.apache.activemq.command.ActiveMQMapMessage msg)
throws javax.jms.JMSException
msg - - map message to transform
javax.jms.JMSException
protected Map transformToMap(org.apache.activemq.command.ActiveMQStreamMessage msg)
throws javax.jms.JMSException
msg - - stream message to transform
javax.jms.JMSException
protected Map<String,String> transformToMap(org.apache.activemq.command.ActiveMQMessage msg)
throws javax.jms.JMSException
msg - - message to transform
javax.jms.JMSExceptionprotected Map transformToMap(CompositeDataSupport data)
data - - composite data to transform
protected String getDisplayString(Object obj)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||