org.apache.qpid.server.configuration
Interface ConfiguredObject<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>

All Known Subinterfaces:
AMQQueue, BindingConfig, BridgeConfig, BrokerConfig, ConnectionConfig, Exchange, ExchangeConfig, LinkConfig, QueueConfig, SessionConfig, SubscriptionConfig, SystemConfig, VirtualHost, VirtualHostConfig
All Known Implementing Classes:
AbstractExchange, AMQChannel, AMQPriorityQueue, AMQProtocolEngine, BasicGetMethodHandler.GetNoAckSubscription, Bridge, BrokerConfigAdapter, BrokerLink, ConflationQueue, DirectExchange, FanoutExchange, HeadersExchange, ManagementExchange, ProtocolEngine_0_10, ServerSession, SimpleAMQQueue, Subscription_0_10, SubscriptionImpl, SubscriptionImpl.AckSubscription, SubscriptionImpl.BrowserSubscription, SubscriptionImpl.NoAckSubscription, SystemConfigImpl, TopicExchange, VirtualHostImpl

public interface ConfiguredObject<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>


Method Summary
 T getConfigType()
           
 long getCreateTime()
           
 UUID getId()
           
 ConfiguredObject<T,C> getParent()
           
 boolean isDurable()
           
 

Method Detail

getId

UUID getId()

getConfigType

T getConfigType()

getParent

ConfiguredObject<T,C> getParent()

isDurable

boolean isDurable()

getCreateTime

long getCreateTime()


Licensed to the Apache Software Foundation