com.vhosting.netconf.notification
Interface NotificationEvent

All Known Implementing Classes:
NotificationMsg

public interface NotificationEvent

This interface defines a Netconf notification.

Version:
1.00, 02/11/2010
Author:
Giuseppe Palmeri

Method Summary
 java.util.Date getEventTime()
          Returns the time when the event was actually generated by the server.
 boolean load(Notification notification)
          Load into a notification structure the values for it if exist.
 

Method Detail

getEventTime

java.util.Date getEventTime()
Returns the time when the event was actually generated by the server.

Returns:
The time when the event was actually generated by the server.

load

boolean load(Notification notification)
Load into a notification structure the values for it if exist.

Parameters:
notification - The notification structure.
Returns:
true if it has been possible to load values into the structure; false otherwise.