Sonic Management API

com.sonicsw.security.pass.mf
Interface IEventDisconnected

All Superinterfaces:
IEvent

public interface IEventDisconnected
extends IEvent

When the Management SPI gets disconnected with the underlying external security store, this event is used to notify the Sonic runtime about such fatalities.


Method Summary
 int getErrorCode()
          This method is used to get error code associated with the event.
 java.lang.String getErrorMessage()
          This method is used to get error message associated with the event.
 

Method Detail

getErrorCode

int getErrorCode()
This method is used to get error code associated with the event.

Returns:
the error code

getErrorMessage

java.lang.String getErrorMessage()
This method is used to get error message associated with the event.

Returns:
the error message

Sonic Management API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.