
Public Member Functions | |
| IOR (String iorString) | |
| long | getNumProfiles () |
| String | getProfileData (long profileNo, String profileItem) |
| int | getProfileTag (long profileNo) |
| String | getTypeId () |
| void | print () |
Static Public Attributes | |
| static final long | TAG_INTERNET_IOP = 0 |
| static final long | TAG_MULTIPLE_COMPONENTS = 1 |
Protected Member Functions | |
| void | parse () |
Protected Attributes | |
| long | _numProfiles |
| String | _iorString |
| String | _prefix |
| String | _type_id |
| Vector | _profiles = null |
| alma::acs::util::IorParser::IOR::IOR | ( | String | iorString | ) | [inline] |
References _iorString, and parse().
| long alma::acs::util::IorParser::IOR::getNumProfiles | ( | ) | [inline] |
References _numProfiles.
| String alma::acs::util::IorParser::IOR::getProfileData | ( | long | profileNo, | |
| String | profileItem | |||
| ) | [inline] |
References _profiles.
| int alma::acs::util::IorParser::IOR::getProfileTag | ( | long | profileNo | ) | [inline] |
References _profiles.
| String alma::acs::util::IorParser::IOR::getTypeId | ( | ) | [inline] |
References _type_id.
| void alma::acs::util::IorParser::IOR::parse | ( | ) | [inline, protected] |
References _iorString, _numProfiles, _prefix, _profiles, _type_id, alma::acs::util::IorParser::CDR::getChar(), alma::acs::util::IorParser::CDR::getSequence(), alma::acs::util::IorParser::CDR::getString(), alma::acs::util::IorParser::CDR::getULong(), alma::acs::util::IorParser::CDR::getUShort(), alma::acs::util::IorParser::CDR::parseByteArray(), alma::acs::util::IorParser::CDR::parseHexString(), and TAG_INTERNET_IOP.
Referenced by IOR().
| void alma::acs::util::IorParser::IOR::print | ( | ) | [inline] |
References _numProfiles, _profiles, _type_id, TAG_INTERNET_IOP, and TAG_MULTIPLE_COMPONENTS.
String alma::acs::util::IorParser::IOR::_iorString [protected] |
long alma::acs::util::IorParser::IOR::_numProfiles [protected] |
Referenced by getNumProfiles(), parse(), alma::acs::util::IorParser::parse(), and print().
String alma::acs::util::IorParser::IOR::_prefix [protected] |
Referenced by parse().
Vector alma::acs::util::IorParser::IOR::_profiles = null [protected] |
Referenced by getProfileData(), getProfileTag(), parse(), alma::acs::util::IorParser::parse(), and print().
String alma::acs::util::IorParser::IOR::_type_id [protected] |
Referenced by getTypeId(), parse(), and print().
final long alma::acs::util::IorParser::IOR::TAG_INTERNET_IOP = 0 [static] |
final long alma::acs::util::IorParser::IOR::TAG_MULTIPLE_COMPONENTS = 1 [static] |
Referenced by print().
1.6.2