Package com.novell.service.ncpext

Provides contexts that implement the behavior of NetWare NCP extensions, such as discovering and accessing NCP Extensions.

See:
          Description

Interface Summary
NCPExtension Represents an NCP Extension registered on the NetWare server.
NCPExtensionInfo Provides an attribute of an NCPExtension with a single value that is an instance of NCPExtensionInfoImpl.
 

Class Summary
NCPExtensionDirContext Represents an NCPExtension loaded on a NetWare server.
NCPExtensionInfoImpl Provides the value for attribute NCPExtensionInfo, and methods for getting information about the NCP Extension loaded on the server.
 

Package com.novell.service.ncpext Description

Provides contexts that implement the behavior of NetWare NCP extensions, such as discovering and accessing NCP Extensions. The NCPExtension interface allows you to send requests to and receive replies from NCP Extensions registered on a NetWare server. You cannot create new NCP extensions using JNDI; you can only access existing NCP extensions. You will usually use an NCP Extension if you have written it yourself in C or if a third party has provided it.

You cannot enter the NCP Extensions naming system directly. Since an NCP extension is bound to a server, you can access it only from the Server naming system.

Package Specification

(none)

Related Documentation

The following interfaces are used by the NCPExtension interfaces and classes. For overviews, concepts, sample code and demos, and tasks documentation, please see: