Skip to main content
Skip table of contents

JNDI MBeans

MBeans Related to JNDI Services
Fiorano.jndi:ServiceType=NamingManager,Impl=FILE,Name=NativeFileNamingManager

Operations of JNDI Services

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

Attributes for JNDI

AdminObjectFileName

Description: Name of the file used for storing/managing AdminObject Names
Type: String
Access: RO
Default Value: admin.dat

AdminObjectBackupFilename

Description: Name of the file used for backup of the admin file during defragmentation
Type: String
Access: RO
Default Value: admin~1.dat

AdminObjectDefragFilename

Description: Name of the file used for defragmentation of the admin file
Type: String
Access: RO
Default Value: admin~2.dat

Path

Description: Root path for this naming manager
Type: String
Access: RW
Default Value: (Current directory)

DefragmentationLowerThreshold

Description: Minimum number of deleted entries for triggering auto-defragmentation of AdminObjectManager
Type: int
Access: RW
Default Value: 10

DefragmentationUpperThreshold

Description: Maximum number of deleted entries after which auto-defragmentation of AdminObjectManager is guaranteed.
Type: int
Access: RW
Default Value: 15

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.