com.adventnet.management.config
Interface ConfigAPIFactory
- All Superinterfaces:
- java.rmi.Remote
- public interface ConfigAPIFactory
- extends java.rmi.Remote
This is a remote interface for getting the DeviceConfigurationAPI instance in order
to execute the tasks remotely. It is published in the rmiregistry with the name
ConfigurationAPI.
getDeviceConfigurationAPI
public DeviceConfigurationAPI getDeviceConfigurationAPI(java.lang.String userName)
throws java.rmi.RemoteException
- Returns the DeviceConfigurationAPI remote instance for creating or executing various ConfigurationTasks.
- Parameters:
userName - name of the configuring user.- Returns:
- a
DeviceConfigurationAPI object
getDeviceAuditAPI
public DeviceAuditAPI getDeviceAuditAPI(java.lang.String userName)
throws java.rmi.RemoteException
- Returns the DeviceAuditAPI instance for getting the Audit and Attribute information.
- Parameters:
userName - name of the configuring user.- Returns:
- a
DeviceAuditAPI object. - Throws:
java.rmi.RemoteException - if any communication related exceptions occur on executing
this remote method call.