Public Member Functions | Static Public Attributes

alma.acs.component.ComponentQueryDescriptor Class Reference

List of all members.

Public Member Functions

 ComponentQueryDescriptor ()
 ComponentQueryDescriptor (String compName, String compType)
String getComponentName ()
void setComponentName (String compName)
String getComponentType ()
void setComponentType (String compType)
ComponentSpec toComponentSpec ()
String toString ()

Static Public Attributes

static final String ANY = COMPONENT_SPEC_ANY.value

Detailed Description

Wraps the si.ijs.maci.ComponentSpec struct for use by components.

Hides some fields. The idea is to not encourage components to use information about where some other components are running, in which language, etc. If necessary, further fields might become accessible.

Author:
hsommer created Nov 13, 2003
See also:
ComponentSpec

Constructor & Destructor Documentation

alma.acs.component.ComponentQueryDescriptor.ComponentQueryDescriptor (  ) 
alma.acs.component.ComponentQueryDescriptor.ComponentQueryDescriptor ( String  compName,
String  compType 
)

Member Function Documentation

String alma.acs.component.ComponentQueryDescriptor.getComponentName (  ) 
String alma.acs.component.ComponentQueryDescriptor.getComponentType (  ) 
void alma.acs.component.ComponentQueryDescriptor.setComponentName ( String  compName  ) 
void alma.acs.component.ComponentQueryDescriptor.setComponentType ( String  compType  ) 
ComponentSpec alma.acs.component.ComponentQueryDescriptor.toComponentSpec (  ) 

To be used by the container to get the ComponentSpec that will be sent to the manager over CORBA.

null values will be converted automatically into ANY.

Returns:
filled with name and type from this class, ANY for code and container name.

References alma.acs.component.ComponentQueryDescriptor.ANY.

String alma.acs.component.ComponentQueryDescriptor.toString (  ) 

Member Data Documentation

final String alma.acs.component.ComponentQueryDescriptor.ANY = COMPONENT_SPEC_ANY.value [static]

An alias for si.ijs.maci.COMPONENT_SPEC_ANY#value, currently "*". Used as a wildcard to state that any value for a field is fine.

Referenced by alma.acs.component.ComponentQueryDescriptor.ComponentQueryDescriptor(), and alma.acs.component.ComponentQueryDescriptor.toComponentSpec().


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