|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.beans.beancontext.BeanContextChildSupport
|
+--java.beans.beancontext.BeanContextSupport
|
+--java.beans.beancontext.BeanContextServicesSupport
|
+--org.ejtools.beans.beancontext.CustomBeanContextServicesSupport
|
+--org.ejtools.beans.beancontext.CustomBeanContextServiceProvider
|
+--org.ejtools.graph.service.GraphServiceProvider
| Field Summary | |
protected GraphService |
service
Description of the Field |
| Fields inherited from class java.beans.beancontext.BeanContextServicesSupport |
bcsListeners, proxy, serializable, services |
| Fields inherited from class java.beans.beancontext.BeanContextSupport |
bcmListeners, children, designTime, locale, okToUseGui |
| Fields inherited from class java.beans.beancontext.BeanContextChildSupport |
beanContext, beanContextChildPeer, pcSupport, rejectedSetBCOnce, vcSupport |
| Fields inherited from interface java.beans.beancontext.BeanContext |
globalHierarchyLock |
| Fields inherited from interface java.beans.DesignMode |
PROPERTYNAME |
| Constructor Summary | |
GraphServiceProvider()
Constructor for GraphServiceProvider. |
|
| Method Summary | |
void |
addGraphConsumer(GraphConsumer consumer)
Adds a feature to the GraphConsumer attribute of the GraphService object |
void |
addGraphProducer(GraphConsumer consumer,
GraphProducer producer)
Adds a feature to the GraphProducer attribute of the GraphService object |
boolean |
containsGraphConsumer(GraphConsumer consumer)
Description of the Method |
java.util.Iterator |
getCurrentServiceSelectors(java.beans.beancontext.BeanContextServices bcs,
java.lang.Class serviceClass)
|
GraphConsumer[] |
getGraphConsumers()
Gets the graphConsumers attribute of the GraphMediator object |
java.lang.Object |
getService(java.beans.beancontext.BeanContextServices bcs,
java.lang.Object requestor,
java.lang.Class serviceClass,
java.lang.Object serviceSelector)
|
protected java.lang.Class[] |
getServiceClass()
|
void |
releaseService(java.beans.beancontext.BeanContextServices bcs,
java.lang.Object requestor,
java.lang.Object service)
|
void |
removeGraphConsumer(GraphConsumer consumer)
Description of the Method |
void |
removeGraphProducer(GraphProducer producer)
Description of the Method |
| Methods inherited from class org.ejtools.beans.beancontext.CustomBeanContextServiceProvider |
initializeBeanContextResources, releaseBeanContextResources |
| Methods inherited from class org.ejtools.beans.beancontext.CustomBeanContextServicesSupport |
accept, clear, getService |
| Methods inherited from class java.beans.beancontext.BeanContextServicesSupport |
addBeanContextServicesListener, addService, addService, bcsPreDeserializationHook, bcsPreSerializationHook, childJustRemovedHook, createBCSChild, createBCSSServiceProvider, fireServiceAdded, fireServiceAdded, fireServiceRevoked, fireServiceRevoked, getBeanContextServicesPeer, getChildBeanContextServicesListener, getCurrentServiceClasses, getCurrentServiceSelectors, hasService, initialize, releaseService, removeBeanContextServicesListener, revokeService, serviceAvailable, serviceRevoked |
| Methods inherited from class java.beans.beancontext.BeanContextSupport |
add, addAll, addBeanContextMembershipListener, avoidingGui, bcsChildren, childDeserializedHook, childJustAddedHook, classEquals, contains, containsAll, containsKey, copyChildren, deserialize, dontUseGui, fireChildrenAdded, fireChildrenRemoved, getBeanContextPeer, getChildBeanContextChild, getChildBeanContextMembershipListener, getChildPropertyChangeListener, getChildSerializable, getChildVetoableChangeListener, getChildVisibility, getLocale, getResource, getResourceAsStream, instantiateChild, isDesignTime, isEmpty, isSerializing, iterator, needsGui, okToUseGui, propertyChange, readChildren, remove, remove, removeAll, removeBeanContextMembershipListener, retainAll, serialize, setDesignTime, setLocale, size, toArray, toArray, validatePendingAdd, validatePendingRemove, vetoableChange, writeChildren |
| Methods inherited from class java.beans.beancontext.BeanContextChildSupport |
addPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireVetoableChange, getBeanContext, getBeanContextChildPeer, isDelegated, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext, validatePendingSetBeanContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.beans.beancontext.BeanContext |
addBeanContextMembershipListener, getResource, getResourceAsStream, instantiateChild, removeBeanContextMembershipListener |
| Methods inherited from interface java.beans.beancontext.BeanContextChild |
addPropertyChangeListener, addVetoableChangeListener, getBeanContext, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext |
| Methods inherited from interface java.util.Collection |
add, addAll, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from interface java.beans.DesignMode |
isDesignTime, setDesignTime |
| Methods inherited from interface java.beans.Visibility |
avoidingGui, dontUseGui, needsGui, okToUseGui |
| Field Detail |
protected GraphService service
| Constructor Detail |
public GraphServiceProvider()
| Method Detail |
public void addGraphConsumer(GraphConsumer consumer)
GraphService
addGraphConsumer in interface GraphServiceconsumer - The feature to be added to the GraphConsumer attribute
public void addGraphProducer(GraphConsumer consumer,
GraphProducer producer)
GraphService
addGraphProducer in interface GraphServiceconsumer - The feature to be added to the GraphProducer attributeproducer - The feature to be added to the GraphProducer attributepublic boolean containsGraphConsumer(GraphConsumer consumer)
consumer - Description of the Parameter
public java.util.Iterator getCurrentServiceSelectors(java.beans.beancontext.BeanContextServices bcs,
java.lang.Class serviceClass)
getCurrentServiceSelectors in interface java.beans.beancontext.BeanContextServiceProvidergetCurrentServiceSelectors in class org.ejtools.beans.beancontext.CustomBeanContextServiceProviderbcs - Description of the ParameterserviceClass - Description of the Parameter
public GraphConsumer[] getGraphConsumers()
GraphConsumerMediator
getGraphConsumers in interface GraphConsumerMediator
public java.lang.Object getService(java.beans.beancontext.BeanContextServices bcs,
java.lang.Object requestor,
java.lang.Class serviceClass,
java.lang.Object serviceSelector)
getService in interface java.beans.beancontext.BeanContextServiceProvidergetService in class org.ejtools.beans.beancontext.CustomBeanContextServiceProviderbcs - Description of the Parameterrequestor - Description of the ParameterserviceClass - Description of the ParameterserviceSelector - Description of the Parameter
public void releaseService(java.beans.beancontext.BeanContextServices bcs,
java.lang.Object requestor,
java.lang.Object service)
releaseService in interface java.beans.beancontext.BeanContextServiceProviderreleaseService in class org.ejtools.beans.beancontext.CustomBeanContextServiceProviderbcs - Description of the Parameterrequestor - Description of the Parameterservice - Description of the Parameterpublic void removeGraphConsumer(GraphConsumer consumer)
GraphService
removeGraphConsumer in interface GraphServiceconsumer - Description of the Parameterpublic void removeGraphProducer(GraphProducer producer)
GraphService
removeGraphProducer in interface GraphServiceproducer - Description of the Parameterprotected java.lang.Class[] getServiceClass()
getServiceClass in class org.ejtools.beans.beancontext.CustomBeanContextServiceProvider
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||