Uses of Class
org.jboss.messaging.utils.TypedProperties

Packages that use TypedProperties
org.jboss.messaging.core.management Provides management for JBoss Messaging 
org.jboss.messaging.core.message   
org.jboss.messaging.core.message.impl   
org.jboss.messaging.core.remoting.impl.wireformat.replication   
org.jboss.messaging.utils   
 

Uses of TypedProperties in org.jboss.messaging.core.management
 

Methods in org.jboss.messaging.core.management that return TypedProperties
 TypedProperties Notification.getProperties()
           
 

Constructors in org.jboss.messaging.core.management with parameters of type TypedProperties
Notification(java.lang.String uid, NotificationType type, TypedProperties properties)
           
 

Uses of TypedProperties in org.jboss.messaging.core.message
 

Methods in org.jboss.messaging.core.message that return TypedProperties
 TypedProperties Message.getProperties()
           
 

Methods in org.jboss.messaging.core.message with parameters of type TypedProperties
 void Message.putTypedProperties(TypedProperties properties)
           
 

Uses of TypedProperties in org.jboss.messaging.core.message.impl
 

Methods in org.jboss.messaging.core.message.impl that return TypedProperties
 TypedProperties MessageImpl.getProperties()
           
 

Methods in org.jboss.messaging.core.message.impl with parameters of type TypedProperties
 void MessageImpl.putTypedProperties(TypedProperties otherProps)
           
 

Uses of TypedProperties in org.jboss.messaging.core.remoting.impl.wireformat.replication
 

Methods in org.jboss.messaging.core.remoting.impl.wireformat.replication that return TypedProperties
 TypedProperties ReplicateRemoteConsumerAddedMessage.getProperties()
           
 TypedProperties ReplicateRemoteConsumerRemovedMessage.getProperties()
           
 

Constructors in org.jboss.messaging.core.remoting.impl.wireformat.replication with parameters of type TypedProperties
ReplicateRemoteConsumerAddedMessage(SimpleString uniqueBindingName, SimpleString filterString, TypedProperties properties)
           
ReplicateRemoteConsumerRemovedMessage(SimpleString uniqueBindingName, SimpleString filterString, TypedProperties properties)
           
 

Uses of TypedProperties in org.jboss.messaging.utils
 

Methods in org.jboss.messaging.utils with parameters of type TypedProperties
 void TypedProperties.putTypedProperties(TypedProperties otherProps)
           
 

Constructors in org.jboss.messaging.utils with parameters of type TypedProperties
TypedProperties(TypedProperties other)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.