Public Member Functions

alma.ACSCOURSE_MOUNT.Mount6Impl.Mount6Impl Class Reference

Inheritance diagram for alma.ACSCOURSE_MOUNT.Mount6Impl.Mount6Impl:
alma.ACS.impl.CharacteristicComponentImpl alma.acs.component.ComponentImplBase alma.ACS.jbaci.PrioritizedExecutor alma.acs.component.ComponentLifecycle

List of all members.

Public Member Functions

void initialize (ContainerServices containerServices) throws ComponentLifecycleException
MyXmlConfigData createMyXmlConfigData ()
ROdouble actAz ()
ROdouble actEl ()
ROdouble cmdAz ()
ROdouble cmdEl ()

Detailed Description

Author:
hsommer created Aug 16, 2004 4:22:51 PM

Member Function Documentation

ROdouble alma.ACSCOURSE_MOUNT.Mount6Impl.Mount6Impl.actAz (  ) 
ROdouble alma.ACSCOURSE_MOUNT.Mount6Impl.Mount6Impl.actEl (  ) 
ROdouble alma.ACSCOURSE_MOUNT.Mount6Impl.Mount6Impl.cmdAz (  ) 
ROdouble alma.ACSCOURSE_MOUNT.Mount6Impl.Mount6Impl.cmdEl (  ) 
MyXmlConfigData alma.ACSCOURSE_MOUNT.Mount6Impl.Mount6Impl.createMyXmlConfigData (  ) 

Creates and returns binding classes which the container will automatically serialize to the following XML string which can be seen for example in the objexp client. <verbatim> <?xml version="1.0" encoding="ISO-8859-1"?>
<ns1:MyXmlConfigData someAttribute="great attribute here!" xmlns:ns1="AlmaTest/MyXmlConfigData">
<ns1:MyXmlConfigDataEntity
entityIdEncrypted="-- id encryption not yet implemented --"
entityId="uid://X96fe17ec9c9de1be/X00000000" entityTypeName="MyXmlConfigData"/>
<ns1:myStringData>string child elements looks like a string attribute when using binding classes...</ns1:myStringData>
<ns1:childData>
<ns1:someNestedData/>
<ns1:someOtherData>one more silly string</ns1:someOtherData>
</ns1:childData>
</ns1:MyXmlConfigData>
</verbatim>

References alma.acs.container.ContainerServices.assignUniqueEntityId(), alma.acs.component.ComponentImplBase.m_containerServices, and alma.acs.component.ComponentImplBase.m_logger.

void alma.ACSCOURSE_MOUNT.Mount6Impl.Mount6Impl.initialize ( ContainerServices  containerServices  )  throws ComponentLifecycleException

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