Public Member Functions

alma.demo.HelloDemoImpl.HelloDemoImpl Class Reference

Inheritance diagram for alma.demo.HelloDemoImpl.HelloDemoImpl:
alma.acs.component.ComponentLifecycle

List of all members.

Public Member Functions

void initialize (ContainerServices containerServices)
void execute ()
void cleanUp ()
void aboutToAbort ()
ComponentStates componentState ()
String name ()
String sayHello ()
String sayHelloWithParameters (String inString, DoubleHolder inoutDouble, IntHolder outInt)

Detailed Description

A very simple component that does not make use of alma.acs.component.ComponentImplBase.

Javadoc comments have been removed to keep the listing for the tutorial shorter.

Author:
hsommer

Member Function Documentation

void alma.demo.HelloDemoImpl.HelloDemoImpl.aboutToAbort (  ) 
void alma.demo.HelloDemoImpl.HelloDemoImpl.cleanUp (  ) 
ComponentStates alma.demo.HelloDemoImpl.HelloDemoImpl.componentState (  ) 
void alma.demo.HelloDemoImpl.HelloDemoImpl.execute (  ) 
void alma.demo.HelloDemoImpl.HelloDemoImpl.initialize ( ContainerServices  containerServices  ) 
String alma.demo.HelloDemoImpl.HelloDemoImpl.name (  ) 
String alma.demo.HelloDemoImpl.HelloDemoImpl.sayHello (  ) 
String alma.demo.HelloDemoImpl.HelloDemoImpl.sayHelloWithParameters ( String  inString,
DoubleHolder  inoutDouble,
IntHolder  outInt 
)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties