|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QpidDomainObjectMBean
Management interface for Qpid domain object.
Method Summary | |
---|---|
InvocationResult |
echoWithArrays(Long[] longs,
Boolean[] booleans,
Double[] doubles,
Float[] floats,
Integer[] integers,
Short[] shorts,
String[] strings,
URI[] uris,
Date[] dates)
Echo method that accepts and returns wrapper type arrays . |
InvocationResult |
echoWithByteArray(byte[] byteArray)
Echo method that accepts and returns a byte array. |
InvocationResult |
echoWithMap(Map<String,Object> map)
Echo method that accepts and returns a Map. |
InvocationResult |
echoWithSimpleTypeArrays(long[] longs,
boolean[] booleans,
double[] doubles,
float[] floats,
int[] integers,
short[] shorts)
Echo method that accepts and returns primitive type arrays. |
InvocationResult |
echoWithSimpleTypes(Long aLong,
Boolean aBoolean,
Double aDouble,
Float aFloat,
Integer anInteger,
Short aShort,
String aString,
URI anURI,
Date aDate)
Echo method that accepts and returns wrapper types. |
InvocationResult |
echoWithUUID(UUID uuid)
Echo method that accepts and returns an UUID. |
Map<String,Object> |
getArguments()
Returns the arguments property value. |
Integer |
getConsumerCount()
Returns the consumerCount property value. |
Boolean |
getDurable()
Returns the durable property value. |
Date |
getExpireTime()
Returns the expireTime property value. |
Short |
getMgmtPubInterval()
Returns the mgmtPubInterval property value. |
Long |
getMsgTotalEnqueues()
Returns the msgTotalEnqueues property value. |
String |
getName()
Returns the name property value. |
String |
getType()
Sets the type property value. |
UUID |
getVhostRef()
Returns the VHostRef property value. |
void |
setExpireTime(Date expireTime)
Sets the expireTime property value. |
void |
setMgmtPubInterval(Short mgmtPubInterval)
Sets the mgmtPubInterval property value. |
void |
setType(String type)
Returns the type property value. |
void |
throwsException()
A method that is throwing an exception, everytime. |
InvocationResult |
voidWithoutArguments()
Sample echo method that return an empty result object. |
Method Detail |
---|
void throwsException() throws Exception
Exception
- each time the method is called.InvocationResult voidWithoutArguments()
InvocationResult echoWithSimpleTypes(Long aLong, Boolean aBoolean, Double aDouble, Float aFloat, Integer anInteger, Short aShort, String aString, URI anURI, Date aDate)
aLong
- a java.lang.LongaBoolean
- a java.lang.BooleanaDouble
- a java.lang.DoubleaFloat
- a java.lang.FloatanInteger
- a java.lang.IntegeraShort
- a java.lang.ShortaString
- a java.lang.StringanURI
- a java.net.URIaDate
- a java.util.Date
InvocationResult echoWithArrays(Long[] longs, Boolean[] booleans, Double[] doubles, Float[] floats, Integer[] integers, Short[] shorts, String[] strings, URI[] uris, Date[] dates)
longs
- an array of java.lang.Longbooleans
- an array of java.lang.Booleandoubles
- an array of java.lang.Doublefloats
- an array of java.lang.Floatintegers
- an array of java.lang.Integershorts
- an array of java.lang.Shortstrings
- an array of java.lang.Stringuris
- an array of java.net.URIdates
- an array of java.util.Date
InvocationResult echoWithSimpleTypeArrays(long[] longs, boolean[] booleans, double[] doubles, float[] floats, int[] integers, short[] shorts)
longs
- an array of long.booleans
- an array of boolean.doubles
- an array of double.floats
- an array of float.integers
- an array of int.shorts
- an array of short.
InvocationResult echoWithByteArray(byte[] byteArray)
byteArray
- a byte array
InvocationResult echoWithUUID(UUID uuid)
uuid
- a java.util.UUID.
InvocationResult echoWithMap(Map<String,Object> map)
map
- a java.util.Map.
UUID getVhostRef()
String getName()
Boolean getDurable()
Map<String,Object> getArguments()
Long getMsgTotalEnqueues()
Integer getConsumerCount()
Short getMgmtPubInterval()
void setMgmtPubInterval(Short mgmtPubInterval)
the
- mgmtPubInterval property value.Date getExpireTime()
void setExpireTime(Date expireTime)
void setType(String type)
String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |