Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


3.11.5 /resources/external-jndi-resource

/resources/external-jndi-resource specifies a resource that exists in an external JNDI repository.

Description

/resources/external-jndi-resource specifies a resource that exists in an external JNDI repository. For example, a generic Java object can be stored in an LDAP server. An external JNDI factory must implement the javax.naming.spi.InitialContextFactory interface.

Repetition pattern

0 or more times

Specifiable attributes

Attribute name

Description

Specifiable values

Default value#

Dependencies

Repetition pattern

jndi-name

Specifies the JNDI name for the resource.

Type: String

No default value

N/A

Only one time

jndi-lookup-name

Specifies the JNDI lookup name for the resource.

Type: String

No default value

N/A

Only one time

res-type

Specifies the fully qualified type of the resource.

Type: String

No default value

N/A

Only one time

factory-class

Specifies the fully qualified name of the factory class, which implements javax.naming.spi.InitialContextFactory.

Type: String

Any factory class which implements interface javax.naming.spi.InitialContextFactory

No default value

N/A

Only one time

enabled

Determines whether this resource is enabled at runtime.

Type: Boolean

{true | false}

true

N/A

0 or 1 time

Legend:

N/A: Not applicable

#: This is the default value that is set when a definition item is excluded.