Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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

final String ANY = COMPONENT_SPEC_ANY.value

Private Attributes

String m_compName
String m_compType

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  )  [inline]
 

alma::acs::component::ComponentQueryDescriptor::ComponentQueryDescriptor String  compName,
String  compType
[inline]
 


Member Function Documentation

String alma::acs::component::ComponentQueryDescriptor::getComponentName  )  [inline]
 

String alma::acs::component::ComponentQueryDescriptor::getComponentType  )  [inline]
 

void alma::acs::component::ComponentQueryDescriptor::setComponentName String  compName  )  [inline]
 

void alma::acs::component::ComponentQueryDescriptor::setComponentType String  compType  )  [inline]
 

ComponentSpec alma::acs::component::ComponentQueryDescriptor::toComponentSpec  )  [inline]
 

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.

String alma::acs::component::ComponentQueryDescriptor::toString  )  [inline]
 


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.

String alma::acs::component::ComponentQueryDescriptor::m_compName [private]
 

String alma::acs::component::ComponentQueryDescriptor::m_compType [private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 02:52:15 2009 for ACS Java API by doxygen 1.3.8