|
SmartFrog 3.10.000 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CompoundImpl in org.smartfrog.examples.arithnet |
|---|
| Subclasses of CompoundImpl in org.smartfrog.examples.arithnet | |
|---|---|
class |
Comparator
Defines the comparator component. |
class |
Constant
Defines the constant component. |
class |
Dup
Constructs Dup Dup is basically a null operation, acting as a fan out. |
class |
Generator
Defines the generator component. |
class |
Negate
Defines the Negate component. |
class |
NetElemImpl
Defines the basic methods for the netcomponents. |
class |
Plus
Defines the Plus component. |
class |
Printer
Defines the Printer component. |
class |
Times
Defines the Times component. |
| Uses of CompoundImpl in org.smartfrog.examples.arraycompound |
|---|
| Subclasses of CompoundImpl in org.smartfrog.examples.arraycompound | |
|---|---|
class |
ArrayCompoundImpl
This class is included in rmitargets that is read by the rmic compiler |
| Uses of CompoundImpl in org.smartfrog.examples.dynamicwebserver.apache |
|---|
| Subclasses of CompoundImpl in org.smartfrog.examples.dynamicwebserver.apache | |
|---|---|
class |
ApacheImpl
This class implements the Compound interface because it can "contain" Virtual Hosts components. |
| Uses of CompoundImpl in org.smartfrog.examples.dynamicwebserver.gui.graphpanel |
|---|
| Subclasses of CompoundImpl in org.smartfrog.examples.dynamicwebserver.gui.graphpanel | |
|---|---|
class |
GraphImpl
A compound to collect data from a source and convert into some other form. |
class |
TideMeterImpl
A compound to collect data from a source and convert into some other form. |
| Uses of CompoundImpl in org.smartfrog.examples.dynamicwebserver.thresholder |
|---|
| Subclasses of CompoundImpl in org.smartfrog.examples.dynamicwebserver.thresholder | |
|---|---|
class |
DisplayThresholderImpl
This sfgraph component will try to display the graph indicated by the dataSource. |
class |
ThresholderImpl
Description: Thresholder component. |
| Uses of CompoundImpl in org.smartfrog.examples.spawn |
|---|
| Subclasses of CompoundImpl in org.smartfrog.examples.spawn | |
|---|---|
class |
Spawn
Implements the lifecycle methods of spawn component. |
| Uses of CompoundImpl in org.smartfrog.services.autoloader |
|---|
| Subclasses of CompoundImpl in org.smartfrog.services.autoloader | |
|---|---|
class |
Autoloader
Component that will autoload a .sf file to create a child component which is being de-referemced Usually used as an immediate child of the ProcessCompound, to autoload components that are expected to be named in the ProcessCompound as part of the environment. |
| Uses of CompoundImpl in org.smartfrog.services.filesystem |
|---|
| Subclasses of CompoundImpl in org.smartfrog.services.filesystem | |
|---|---|
class |
CopyFileImpl
Implemetation for CopyFile component. |
class |
DeployByCopyImpl
a component that deletes a file after copying it |
class |
FileUsingCompoundImpl
This is a compound object that has the FileUsingComponent interfaces
and attributes. |
| Uses of CompoundImpl in org.smartfrog.services.os.java |
|---|
| Subclasses of CompoundImpl in org.smartfrog.services.os.java | |
|---|---|
class |
LibraryArtifactImpl
Implementation of a library artifact. |
class |
LibraryImpl
Implementation of libraries logic created 04-Apr-2005 14:14:30 |
| Uses of CompoundImpl in org.smartfrog.services.utils.setproperty |
|---|
| Subclasses of CompoundImpl in org.smartfrog.services.utils.setproperty | |
|---|---|
class |
SFSetPropertyImpl
Service Resource Manager that mediates between FF and Utility Resource Manager. |
| Uses of CompoundImpl in org.smartfrog.sfcore.processcompound |
|---|
| Subclasses of CompoundImpl in org.smartfrog.sfcore.processcompound | |
|---|---|
class |
ProcessCompoundImpl
Implements deployment behaviour for a process. |
| Uses of CompoundImpl in org.smartfrog.sfcore.updatable |
|---|
| Subclasses of CompoundImpl in org.smartfrog.sfcore.updatable | |
|---|---|
class |
Tester
|
class |
UpdatableCompound
warning: handle in a thread that is not part of a lifecycle of another component... |
| Uses of CompoundImpl in org.smartfrog.sfcore.workflow.combinators |
|---|
| Subclasses of CompoundImpl in org.smartfrog.sfcore.workflow.combinators | |
|---|---|
class |
Container
Container is a modified Parallel which differs in that when any the sub-components terminates or fails it simply removes the child and continues to run. |
class |
Delay
Delay is a modified compound which differs in that the single sub-component is given a certain amount of time to terminate and if it has not, the timeout combinator terminates it and itself abnormally. |
class |
Deployer
|
class |
DetachingCompoundImpl
Implements the detaching compound component behavior. |
class |
During
During is a modified compound which differs in that the single sub-component is given a certain amount of time to terminate and if it has not, the timeout combinator terminates it and itself normally. |
class |
FireBreak
FireBreak is a modified Parallel that when a sub-components terminates, it simply removes itself from its parent and then terminates. |
class |
Parallel
Parallel is a modified compound which differs in that the sub-components operate in parallel but do not share the same lifecycle, and in particular the same termination. |
class |
RandomSequence
RandomSequence is a modified sequence which differs in that the sub-components operate sequentially but are started at random. |
class |
Repeat
Repeat is a modified compound which differs in that its single sub-component is created and should it terminate normally, is recreated. |
class |
Retract
Retract is a modified compound in which sub-components are terminated in reverse order in which they are deployed and started. |
class |
Retry
Retry is a modified compound which differs in that its single sub-component is created and should it terminate abnormally, is recreated. |
class |
Run
Run is a modified compound which differs in that its only sub-component is created and then left parentless to fend for itself. |
class |
Sequence
Sequence is a modified compound which differs in that the sub-components operate sequentially. |
class |
Timeout
Timeout is a modified compound which differs in that the single sub-component is given a certain amount of time to terminate and if it has not, the timeout combinator terminates it and itself abnormally. |
class |
Try
Try is a modified compound which differs in that its primary sub-component is deployed and when it terminates, a continuation component is selected depending on the termination type. |
| Uses of CompoundImpl in org.smartfrog.sfcore.workflow.components |
|---|
| Subclasses of CompoundImpl in org.smartfrog.sfcore.workflow.components | |
|---|---|
class |
OnEvent
This component waits for a event to arrive, deploys the appropriate event handler and when this terminates, also terminate. |
| Uses of CompoundImpl in org.smartfrog.sfcore.workflow.eventbus |
|---|
| Subclasses of CompoundImpl in org.smartfrog.sfcore.workflow.eventbus | |
|---|---|
class |
EventCompoundImpl
An extension of Compound providing the SmartFrog Component with the required event handling. |
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||