Skip to main content
1-Visitor
October 30, 2013
Solved

CMSAdapterConnectEvent

  • October 30, 2013
  • 1 reply
  • 1091 views

Hi everyone,

does anyone have any experience with this event?

I´m currently trying to catch the moment just after a connection is made. This seems to be the right event fot that purpose. Does´nt work out too well, though.

The event just doesn´t seem to occur. Following is a code-snippet which should handle the event:

Application.addEventListener("ApplicationLoad", new EventListener() {

public void handleEvent(final Event event) {

if(event instanceof CMSAdapterConnectEvent){

System.out.println("Here we go");

}

}

},true);

Thanks for any clue in advance

Daniel

    Best answer by dthursfield

    On the AOM side, the adapter connect-related events are undocumented. We are working on documentation for them. The event names are

    cmsadapterpreconnect, cmssessionpredisconnect, cmsadapterpostdisconnect

    1 reply

    dthursfield1-VisitorAuthorAnswer
    1-Visitor
    November 7, 2013

    On the AOM side, the adapter connect-related events are undocumented. We are working on documentation for them. The event names are

    cmsadapterpreconnect, cmssessionpredisconnect, cmsadapterpostdisconnect