Package com.tailf.ncs.maapi
Class MmapMaapiSchemas
Object
com.tailf.maapi.MaapiSchemas
com.tailf.ncs.maapi.MmapMaapiSchemas
mmap version of MaapiSchemas trying to load the schema data using
 MmapSchemaFactory if the required classes are available and the server
 supports MAAPI_GET_SCHEMA_FILE_PATH2.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceclassNested classes/interfaces inherited from class com.tailf.maapi.MaapiSchemas
MaapiSchemas.BitsTypeMethodsImpl, MaapiSchemas.CSBit, MaapiSchemas.CSCase, MaapiSchemas.CSChoice, MaapiSchemas.CSEnum, MaapiSchemas.CSIdref, MaapiSchemas.CSMNsMap, MaapiSchemas.CSNamedType, MaapiSchemas.CSNode, MaapiSchemas.CSNodeInfo, MaapiSchemas.CSNodeType, MaapiSchemas.CSSchema, MaapiSchemas.CSShallowType, MaapiSchemas.CSStringLength, MaapiSchemas.CSStringRestriction, MaapiSchemas.CSType, MaapiSchemas.CSTypeBits, MaapiSchemas.CSTypeMethods, MaapiSchemas.CSTypeRange, MaapiSchemas.Decimal64TypeMethodsImpl, MaapiSchemas.DisplayHintSpec, MaapiSchemas.DisplayHintTypeMethodsImpl, MaapiSchemas.EnumTypeMethodsImpl, MaapiSchemas.IdentityTypeMethodsImpl, MaapiSchemas.ListRestrictionTypeMethodsImpl, MaapiSchemas.ListTypeMethodsImpl, MaapiSchemas.MountId, MaapiSchemas.MountIdLRUMap<K,V>, MaapiSchemas.RetrictedNumberTypeMethodsImpl, MaapiSchemas.StringTypeMethodsImpl, MaapiSchemas.UnionTypeMethodsImpl  - 
Field Summary
Fields inherited from class com.tailf.maapi.MaapiSchemas
NO_EXISTS_TYPE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfindCSNode(MaapiSchemas.CSNode parent0, int hns, int htag) Find and retrieves specific node in the schema information tree.findCSNode(MaapiSchemas.CSNode parent0, MaapiSchemas.CSMNsMap mnsMap, String tag) Retrieve a specific node with a given parent node identified by xmltag all namespaces in a mnsmap and tagnameMethods inherited from class com.tailf.maapi.MaapiSchemas
clearMountIdCache, compileDisplayHint, convertMountId, convertMountId, convertMountIdHash, currentMountIdCacheSize, findCSMNsMap, findCSMNsMap, findCSNode, findCSNode, findCSNode, findCSNode, findCSRoot, findCSRoot, findCSSchema, findCSSchema, findCSSchemaByPrefix, findCSSchemaFromUniqueRoot, findCSSchemaFromUniqueRoot, findMountId, getLoadedMNsMaps, getLoadedSchemas, getMountId, getRootMountId, getThreadDefaultMountId, hashToString, removeMountIdCachePath, setThreadDefaultMountId, stringToHash, stringToValue, toString, valueToString 
- 
Constructor Details
- 
MmapMaapiSchemas
 
 - 
 - 
Method Details
- 
findCSNode
Description copied from class:MaapiSchemasFind and retrieves specific node in the schema information tree.
Retrieve a specific node with a given parent node identified by xmltag namespace hash and tagname hash- Overrides:
 findCSNodein classMaapiSchemas- Parameters:
 parent0- parent nodehns- namespace hash valuehtag- tag hash which value- Returns:
 - CSNode or null if not found
 
 - 
findCSNode
public MaapiSchemas.CSNode findCSNode(MaapiSchemas.CSNode parent0, MaapiSchemas.CSMNsMap mnsMap, String tag) Description copied from class:MaapiSchemasRetrieve a specific node with a given parent node identified by xmltag all namespaces in a mnsmap and tagname- Overrides:
 findCSNodein classMaapiSchemas- Parameters:
 parent0- parent node- Returns:
 - CSNode or null if not found
 
 
 -