Uses of Interface
org.norther.tammi.core.base.MBeanReference

Packages that use MBeanReference
org.norther.tammi.core.base   
org.norther.tammi.core.cache   
org.norther.tammi.core.config   
org.norther.tammi.core.converter   
org.norther.tammi.core.locale   
org.norther.tammi.core.model   
org.norther.tammi.core.pool   
org.norther.tammi.core.relation   
org.norther.tammi.core.rt   
org.norther.tammi.core.scripter.lang   
org.norther.tammi.manual.sample   
org.norther.tammi.root.castor   
org.norther.tammi.root.db   
org.norther.tammi.root.hibernate   
org.norther.tammi.root.locale   
org.norther.tammi.root.ojb   
org.norther.tammi.spray.connector   
org.norther.tammi.spray.connector.chain   
org.norther.tammi.spray.engine   
org.norther.tammi.spray.engine.context   
org.norther.tammi.spray.engine.resource   
org.norther.tammi.spray.engine.tool   
org.norther.tammi.spray.filter   
org.norther.tammi.spray.filter.chain   
org.norther.tammi.spray.remote   
org.norther.tammi.spray.servlet.chain   
org.norther.tammi.spray.session   
org.norther.tammi.spray.template.flow   
 

Uses of MBeanReference in org.norther.tammi.core.base
 

Classes in org.norther.tammi.core.base that implement MBeanReference
 class MBeanHandle
          A reference handle to an MBean keeping itself up-to-date automatically during referent registrations and unregistrations.
 class MBeanInstance
          An extension to javax.management.ObjectInstance containing an optional reference to the corresponding registered MBean instance.
 class ModificationNotification
          A modification notification sent after attribute changes.
 class ReferableNotification
          A referable notification.
 class RegistrationNotification
          A registration notification sent after registration and before unregistration.
 

Methods in org.norther.tammi.core.base that return MBeanReference
 MBeanReference DefaultDomain.getBrokerMBean()
           
 MBeanReference Domain.getBrokerMBean()
          Gets a reference to the broker MBean of this domain.
 MBeanReference DefaultDomain.getFactoryMBean()
           
 MBeanReference Domain.getFactoryMBean()
          Gets a reference to the factory MBean of this domain.
 MBeanReference DefaultDomain.getLoaderMBean()
           
 MBeanReference Domain.getLoaderMBean()
          Gets a reference to the loader MBean of this domain.
 MBeanReference Adaptee.getMBean()
           
 MBeanReference Loader.getMBean()
           
 MBeanReference MBeanDelegate.getMBean()
          Gets a reference to the adapter MBean.
 MBeanReference MBeanHandle.getMBean()
          Gets a reference to the referent.
 MBeanReference Referable.getMBean()
           
 MBeanReference ReferableMBean.getMBean()
          Gets a reference to the MBean.
 MBeanReference Broker.getMBean(Class clazz)
          Gets a reference to the default MBean implementing a specific interface.
 MBeanReference DefaultBroker.getMBean(Class clazz)
           
 MBeanReference DefaultRegistry.getMBean(Object key)
           
 MBeanReference Registry.getMBean(Object key)
          Gets a reference to the MBean in this registry.
 MBeanReference Container.getMBean(String key)
          Gets a reference to the MBean in this registry.
 MBeanReference DefaultBroker.getMBean(String key)
           
 MBeanReference DefaultContainer.getMBean(String key)
           
 MBeanReference DefaultFactory.getMBean(String className)
           
 MBeanReference Broker.queryMBean(ObjectName query)
          Queries for an MBean.
 MBeanReference DefaultBroker.queryMBean(ObjectName query)
           
 MBeanReference Broker.queryMBean(ObjectName query, QueryExp exp)
          Queries for an MBean with a query expression.
 MBeanReference DefaultBroker.queryMBean(ObjectName query, QueryExp exp)
           
 MBeanReference Broker.queryMBean(ObjectName query, String className)
          Queries for an MBean of the specified class.
 MBeanReference DefaultBroker.queryMBean(ObjectName query, String className)
           
 MBeanReference Broker.queryMBean(String pattern)
          Queries for an MBean matching the given query pattern.
 MBeanReference DefaultBroker.queryMBean(String pattern)
           
 MBeanReference Broker.queryMBean(String domain, Map keySet, String className)
          Queries for an MBean from the specific domain, with the given key set and of the specified class.
 MBeanReference DefaultBroker.queryMBean(String domain, Map keySet, String className)
           
 MBeanReference Broker.queryMBean(String pattern, String className)
          Queries for an MBean matching the given query pattern and of the specified class.
 MBeanReference DefaultBroker.queryMBean(String pattern, String className)
           
 

Constructors in org.norther.tammi.core.base with parameters of type MBeanReference
MBeanHandle(MBeanServer server, MBeanReference ref)
          Constructs a new handle for an explicit referent.
ModificationNotification(MBeanReference src, long sequenceNumber, long timeStamp, String message, String name, String type, Object oldValue, Object newValue)
          Creates a notification with a time stamp and message.
ReferableNotification(String type, MBeanReference src, long sequenceNumber)
          Creates a notification.
ReferableNotification(String type, MBeanReference src, long sequenceNumber, long timeStamp)
          Creates a notification with a time stamp.
ReferableNotification(String type, MBeanReference src, long sequenceNumber, long timeStamp, String message)
          Creates a notification with a time stamp and message.
ReferableNotification(String type, MBeanReference src, long sequenceNumber, String message)
          Creates a notification with a message.
RegistrationNotification(String type, MBeanReference src, long sequenceNumber, long timeStamp)
          Creates a notification with a time stamp.
 

Uses of MBeanReference in org.norther.tammi.core.cache
 

Classes in org.norther.tammi.core.cache that implement MBeanReference
 class DomainCacheNotification
          A notification of shared caches sent after creation and after removal of a domain.
 

Constructors in org.norther.tammi.core.cache with parameters of type MBeanReference
DomainCacheNotification(String type, MBeanReference src, long sequenceNumber, long timeStamp, String message, String domain, Map cache)
          Creates a notification with a time stamp and message.
 

Uses of MBeanReference in org.norther.tammi.core.config
 

Constructors in org.norther.tammi.core.config with parameters of type MBeanReference
Configuration(MBeanReference reference)
          Creates an empty extended properties instance for the specified MBean.
Configuration(MBeanReference reference, Configuration defs)
          Creates an empty extended properties instance for the specified MBean with defaults.
Configuration(MBeanReference reference, String path)
          Creates and loads extended properties from the specified file for the specified MBean.
Configuration(MBeanReference reference, String path, String defaultPath)
          Creates and loads extended properties from the specified file with default values from another file for the specified MBean.
 

Uses of MBeanReference in org.norther.tammi.core.converter
 

Methods in org.norther.tammi.core.converter that return MBeanReference
 MBeanReference DefaultConverter.getMBean(String className)
           
 

Uses of MBeanReference in org.norther.tammi.core.locale
 

Methods in org.norther.tammi.core.locale that return MBeanReference
protected  MBeanReference PluggableResourceBundle.getResourceFinderMBean()
          Gets a reference to the resource finder MBean of this bundle.
 

Methods in org.norther.tammi.core.locale with parameters of type MBeanReference
protected  void PluggableResourceBundle.plugIn(String name, MBeanReference instance)
          Plugs in to the referenced resource finder.
 

Uses of MBeanReference in org.norther.tammi.core.model
 

Classes in org.norther.tammi.core.model that implement MBeanReference
 class AdaptableNotification
          A notification of adapters sent after their adaptee has changed.
 

Methods in org.norther.tammi.core.model that return MBeanReference
 MBeanReference ReferableModelMBean.getMBean()
           
 

Constructors in org.norther.tammi.core.model with parameters of type MBeanReference
AdaptableNotification(MBeanReference src, long sequenceNumber, long timeStamp, String message, Object oldA, Object newA)
          Creates a notification.
 

Uses of MBeanReference in org.norther.tammi.core.pool
 

Methods in org.norther.tammi.core.pool with parameters of type MBeanReference
 void Poolable.recycled(MBeanReference instance)
          A callback specifying the pool, from which this instance was recycled.
 void PoolableSupport.recycled(MBeanReference instance)
           
 

Uses of MBeanReference in org.norther.tammi.core.relation
 

Classes in org.norther.tammi.core.relation that implement MBeanReference
 class ActorNotification
          An extended notification of RelationMBeans sent after changes within actors.
 class RelationNotification
          A notification of RelationMBeans sent after creation and after removal from the relation service.
 class RoleNotification
          An extended notification of RelationMBeans sent after modification of roles.
 

Methods in org.norther.tammi.core.relation that return MBeanReference
 MBeanReference RelationService.getMBean()
           
 

Constructors in org.norther.tammi.core.relation with parameters of type MBeanReference
ActorNotification(String type, MBeanReference src, long sequenceNumber, long timeStamp, String theRoleName, Notification notif)
          Creates a notification with a time stamp.
ActorNotification(String type, MBeanReference src, long sequenceNumber, String theRoleName, Notification notif)
          Creates a notification.
RelationNotification(String type, MBeanReference src, long sequenceNumber)
          Creates a notification.
RelationNotification(String type, MBeanReference src, long sequenceNumber, long timeStamp)
          Creates a notification with a time stamp.
RelationNotification(String type, MBeanReference src, long sequenceNumber, long timeStamp, String message)
          Creates a notification with a time stamp and message.
RelationNotification(String type, MBeanReference src, long sequenceNumber, String message)
          Creates a notification with a message.
RoleNotification(String type, MBeanReference src, long sequenceNumber, long timeStamp, String theRoleName, List theNewRoleValue, List theOldRoleValue, ObjectName addedActor, ObjectName removedActor)
          Creates a notification with a time stamp.
RoleNotification(String type, MBeanReference src, long sequenceNumber, long timeStamp, String message, String theRoleName, List theNewRoleValue, List theOldRoleValue, ObjectName addedActor, ObjectName removedActor)
          Creates a notification with a time stamp and message.
RoleNotification(String type, MBeanReference src, long sequenceNumber, String theRoleName, List theNewRoleValue, List theOldRoleValue, ObjectName addedActor, ObjectName removedActor)
          Creates a notification.
RoleNotification(String type, MBeanReference src, long sequenceNumber, String message, String theRoleName, List theNewRoleValue, List theOldRoleValue, ObjectName addedActor, ObjectName removedActor)
          Creates a notification with a message.
 

Uses of MBeanReference in org.norther.tammi.core.rt
 

Methods in org.norther.tammi.core.rt that return MBeanReference
 MBeanReference VariableX.getMBean()
           
 MBeanReference VariableY.getMBean()
           
static MBeanReference StaticVariableRegistry.getVariableRegistryMBean(String type)
          Gets a reference to the variable registry MBean of the specified variable type.
static MBeanReference StaticVariableRegistry.putRegisteredType(String type, MBeanReference ref)
          Puts a registered variable type.
 

Methods in org.norther.tammi.core.rt with parameters of type MBeanReference
static MBeanReference StaticVariableRegistry.putRegisteredType(String type, MBeanReference ref)
          Puts a registered variable type.
static boolean StaticVariableRegistry.removeRegisteredType(String type, MBeanReference ref)
          Removes a registered variable type.
static boolean StaticVariableRegistry.removeVariableRegistryMBean(MBeanReference ref)
          Removes a reference to the specified variable registry MBean.
 

Constructors in org.norther.tammi.core.rt with parameters of type MBeanReference
VariableAttributeInfo(Object value, MBeanAttributeInfo info, MBeanReference owner)
          Constructs an attribute description from MBeanAttributeInfo for the specified MBean.
VariableAttributeInfo(Object value, MBeanConstructorInfo info, MBeanReference owner)
          Constructs an attribute description from MBeanConstructorInfo for the specified MBean.
VariableAttributeInfo(Object value, MBeanFeatureInfo info, MBeanReference owner)
          Constructs an attribute description from MBeanFeatureInfo for the specified MBean.
VariableAttributeInfo(Object value, MBeanOperationInfo info, MBeanReference owner)
          Constructs an attribute description from MBeanOperationInfo for the specified MBean.
VariableAttributeInfo(Object value, MBeanParameterInfo info, MBeanReference owner)
          Constructs an attribute description from MBeanParameterInfo for the specified MBean.
VariableAttributeInfo(String attr, String type, String descr, MBeanReference owner)
          Constructs a non-initialized attribute description for the specified MBean.
 

Uses of MBeanReference in org.norther.tammi.core.scripter.lang
 

Constructors in org.norther.tammi.core.scripter.lang with parameters of type MBeanReference
ScriptObjectRegistry(MBeanReference scripter)
          Constructs a new object registry.
ScriptObjectRegistry(MBeanReference scripter, org.apache.bsf.util.ObjectRegistry registry)
          Constructs a new object registry with a parent registry.
 

Uses of MBeanReference in org.norther.tammi.manual.sample
 

Methods in org.norther.tammi.manual.sample that return MBeanReference
 MBeanReference ReferableCounter.getMBean()
           
 

Uses of MBeanReference in org.norther.tammi.root.castor
 

Constructors in org.norther.tammi.root.castor with parameters of type MBeanReference
XMLPersister(String key, Repository repo, Principal princ, MBeanReference pbf)
          Constructs a new persister.
 

Uses of MBeanReference in org.norther.tammi.root.db
 

Methods in org.norther.tammi.root.db that return MBeanReference
static MBeanReference StaticPersisterFactory.getPersisterFactoryMBean(String className, String alias)
          Gets a reference to the persister factory MBean of the specified persister class and connection alias.
protected  MBeanReference AbstractPersisterFactory.getVariableRegistryMBean()
          Gets a reference to the variable registry MBean.
static MBeanReference StaticPersisterFactory.putRegisteredConnection(String className, String alias, MBeanReference ref)
          Adds a registered connection alias.
 

Methods in org.norther.tammi.root.db with parameters of type MBeanReference
protected  VariableAttributeInfo AbstractPersisterFactory.getAttributeInfo(String className, String name, Configuration config, MBeanReference owner)
          Gets attribute info for an auxiliary attribute.
protected  VariableAttributeInfo AbstractPersisterFactory.getAttributeInfo(String name, String type, String descr, Configuration config, MBeanReference owner)
          Gets the default attribute info.
static MBeanReference StaticPersisterFactory.putRegisteredConnection(String className, String alias, MBeanReference ref)
          Adds a registered connection alias.
static boolean StaticPersisterFactory.removePersisterFactoryMBean(String className, MBeanReference ref)
          Removes the specified persister factory.
static boolean StaticPersisterFactory.removeRegisteredConnection(String className, String alias, MBeanReference ref)
          Removes a registered connection alias.
 

Constructors in org.norther.tammi.root.db with parameters of type MBeanReference
PersisterAdapter(String key, Object adapt, MBeanReference pbf)
          Constructs a new persister with an adaptee and an MBean server.
PersisterAdapter(String key, Object adapt, Principal princ, MBeanReference ref)
          Constructs a new persister with an adaptee, principal and an MBean server.
 

Uses of MBeanReference in org.norther.tammi.root.hibernate
 

Constructors in org.norther.tammi.root.hibernate with parameters of type MBeanReference
HibernatePersister(String alias, org.hibernate.Session session, Principal princ, MBeanReference pbf)
          Constructs a new persister.
 

Uses of MBeanReference in org.norther.tammi.root.locale
 

Methods in org.norther.tammi.root.locale with parameters of type MBeanReference
protected  void PersistentResourceBundle.plugIn(String name, MBeanReference instance)
           
 

Uses of MBeanReference in org.norther.tammi.root.ojb
 

Constructors in org.norther.tammi.root.ojb with parameters of type MBeanReference
OJBPersister(PersistenceBroker pb, Principal princ, MBeanReference pbf)
          Constructs a new persister.
 

Uses of MBeanReference in org.norther.tammi.spray.connector
 

Methods in org.norther.tammi.spray.connector that return MBeanReference
protected  MBeanReference DefaultExecutableConnector.getExecutorMBean()
          Gets a reference to the executor MBean.
protected  MBeanReference DefaultConnector.getFilterMBean()
          Gets a reference to the filter MBean.
protected  MBeanReference DefaultConnector.getLoggerMBean()
          Gets a reference to the logger MBean.
protected  MBeanReference DefaultConnector.getTimeoutMBean()
          Gets a reference to the timeout MBean.
 

Uses of MBeanReference in org.norther.tammi.spray.connector.chain
 

Methods in org.norther.tammi.spray.connector.chain with parameters of type MBeanReference
 void AbstractConnection.recycle(MBeanReference connector, MBeanReference filter, MBeanReference logger, MBeanReference timeout, Thread thread)
          Recycles a client connection.
 void ChannelConnection.recycle(MBeanReference connector, MBeanReference filter, MBeanReference logger, MBeanReference timeout, Thread thread, SelectionKey key, Channel channel)
          Recycles an existing connection.
 void InterConnection.recycle(MBeanReference connector, MBeanReference filter, MBeanReference logger, MBeanReference timeout, Thread thread, ServletRequest req, ServletResponse res)
          Recycles a connection.
 void OverflowConnection.recycle(MBeanReference connector, MBeanReference filter, MBeanReference logger, MBeanReference timeout, Thread thread, Socket socket)
          Recycles an existing connection.
 void SocketConnection.recycle(MBeanReference connector, MBeanReference filter, MBeanReference logger, MBeanReference timeout, Thread thread, Socket socket)
          Recycles an existing connection.
 

Constructors in org.norther.tammi.spray.connector.chain with parameters of type MBeanReference
AbstractConnection(MBeanReference connector, MBeanReference filter, MBeanReference logger, MBeanReference timeout, Thread thread)
          Constructs a new client connection.
ChannelConnection(MBeanReference connector, MBeanReference filter, MBeanReference logger, MBeanReference timeout, Thread thread, SelectionKey key, Channel channel)
          Constructs a new connection.
InterConnection(