Home > Contents > Index >
ICS.EnableEvent
Enables a disabled registered event.
Syntax
public boolean EnableEvent(String name)Parameters
name
- Name of registered event
Description
The
EnableEvent
method enables a disabled registered event by name. An event is enabled automatically when it is created usingAppEvent
orEmailEvent
.Returns
Boolean value indicating success or failure.
Error Numbers
Use
to view the error.
GetErrno
()Possible value of
errno
:
Value Description -203 manage event error
Example
The following example enables a disabled event:
ics.ClearErrno(); ics.EnableEvent("AppEvent"); ics.GetErrno
();See Also
AppEvent , DeployJSPFile , DisableEvent , EmailEvent
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.