com.novell.nxpe
Interface NxpeAction


public interface NxpeAction

Since:
NXPE1.0
Author:
Paladin Team

Method Summary
 NxpeResult doAction(NxpeInformationContext informationCtx, NxpeResponseContext responseCtx)
           
 void initialize(NxpeParameterList configurationValues)
           
 void setInterfaceId(java.lang.String interfaceId)
           
 

Method Detail

initialize

void initialize(NxpeParameterList configurationValues)
                throws NxpeException
Throws:
NxpeException

doAction

NxpeResult doAction(NxpeInformationContext informationCtx,
                    NxpeResponseContext responseCtx)
                    throws NxpeException
Throws:
NxpeException

setInterfaceId

void setInterfaceId(java.lang.String interfaceId)
                    throws NxpeException
Throws:
NxpeException


Copyright © 2005-2009 Novell, Inc. All Rights Reserved.