MBeans Related to JNDI Services
Fiorano.jndi:ServiceType=NamingManager,Impl=FILE,Name=NativeFileNamingManager
2.1 Operations of JNDI Services
2.1.1 Looking up Administered Objects
Syntax:
public Object lookup(String name) throws FioranoException
Description: Looks up an Object in the server.
Return Type: MetaData of the looked up Object
Parameters: Name of the object.
Fiorano.jndi:ServiceType=NamingManager,Impl=FILE,Name=NativeFileNamingManager,type=config
2.2 Attributes for JNDI
2.2.1 AdminObjectFileName
Description: Name of the file used for storing/managing AdminObject Names
Type: String
Access: RO
Default Value: admin.dat
2.2.2 AdminObjectBackupFilename
Description: Name of the file used for backup of the admin file during defragmentation
Type: String
Access: RO
Default Value: admin~1.dat
2.2.3 AdminObjectDefragFilename
Description: Name of the file used for defragmentation of the admin file
Type: String
Access: RO
Default Value: admin~2.dat
2.2.4 Path
Description: Root path for this naming manager
Type: String
Access: RW
Default Value: (Current directory)
2.2.5 DefragmentationLowerThreshold
Description: Minimum number of deleted entries for triggering auto-defragmentation of AdminObjectManager
Type: int
Access: RW
Default Value: 10
2.2.6 DefragmentationUpperThreshold
Description: Maximum number of deleted entries after which auto-defragmentation of AdminObjectManager is guaranteed.
Type: int
Access: RW
Default Value: 15
2.2.7 DefragmentationPercentage
Description: Threshold percentage for auto-defragmentation during startup, if the number of deleted entries fall between the above two thresholds.
Type: int
Access: RW
Default Value: 20