Uses of Class
flex.messaging.FactoryInstance

Packages that use FactoryInstance
flex.messaging Messaging classes. 
flex.messaging.factories Factory classes. 
 

Uses of FactoryInstance in flex.messaging
 

Methods in flex.messaging that return FactoryInstance
 FactoryInstance FlexFactory.createFactoryInstance(String id, ConfigMap properties)
          Called when the definition of an instance that this factory looks up is initialized.
 FactoryInstance FactoryDestination.getFactoryInstance()
          Returns the FactoryInstance.
 

Methods in flex.messaging with parameters of type FactoryInstance
 void DestructibleFlexFactory.destroyFactoryInstance(FactoryInstance instanceInfo)
          This method is called when a component that uses this factory is removed.
 Object FlexFactory.lookup(FactoryInstance instanceInfo)
          This method is called by the default implementation of FactoryInstance.lookup.
 

Uses of FactoryInstance in flex.messaging.factories
 

Subclasses of FactoryInstance in flex.messaging.factories
 class JavaFactoryInstance
          This class is used by the JavaFactory to store the configuration for an instance created by the JavaFactory.
 

Methods in flex.messaging.factories that return FactoryInstance
 FactoryInstance JavaFactory.createFactoryInstance(String id, ConfigMap properties)
          This method is called when we initialize the definition of an instance which will be looked up by this factory.
 

Methods in flex.messaging.factories with parameters of type FactoryInstance
 void JavaFactory.destroyFactoryInstance(FactoryInstance inst)
          This method is called when a component using this factory is being destroyed.
 Object JavaFactory.lookup(FactoryInstance inst)
          Returns the instance specified by the source and properties arguments.
 



Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/class-use/FactoryInstance.html