policyMgmt
Interface Driver


public interface Driver

Interface for the driver object that supplies technology specific functionality. A number of methods to retrieve, update and monitor elements are not yet present.


Method Summary
 void commitElement(Element elem)
          Commit the configuration of a given Element to the underlying device.
 java.util.Enumeration elements()
          Return en Enumeration of all current Elements handled by this Driver.
 void removeElement(Element elem)
          Remove a given Element from the configuration of the underlying device.
 

Method Detail

elements

public java.util.Enumeration elements()
Return en Enumeration of all current Elements handled by this Driver.
Returns:
the Enumeration of Elements

commitElement

public void commitElement(Element elem)
                   throws java.io.IOException
Commit the configuration of a given Element to the underlying device.
Parameters:
elem - the element to commit

removeElement

public void removeElement(Element elem)
Remove a given Element from the configuration of the underlying device.
Parameters:
elem - the element to remove