com.novell.admin.ns.nds
Interface NDSNCPExtension


public interface NDSNCPExtension

This is the ncp extension service for sending ncp extension data.


Method Summary
 java.lang.String getNCPExtensionName()
          Returns the name of the NCP Extension.
 com.novell.application.console.snapin.ObjectEntry getNCPExtensionServerOE()
          Returns the server object entry.
 byte[] sendNCPRequest(byte[] request, int replySize)
          Returns the reply data from the ncp extension.
 

Method Detail

getNCPExtensionName

public java.lang.String getNCPExtensionName()
Returns the name of the NCP Extension.
Returns:
A the name of the ncp extension.

getNCPExtensionServerOE

public com.novell.application.console.snapin.ObjectEntry getNCPExtensionServerOE()
Returns the server object entry.
Returns:
A server object entry.

sendNCPRequest

public byte[] sendNCPRequest(byte[] request,
                             int replySize)
                      throws SPIException
Returns the reply data from the ncp extension.
Parameters:
request - The data to be sent to the ncp extension.
size - The size of the reply data.
Returns:
a byte arrar to the data send back from the request.
Throws:
SPIException - Refer to SPIException documentation.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated December 17 2003 1746.