PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Why does class constructor not have the same name as the class?

edited Mar 31, 2015 10:04AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 1 commentAnswered

The delivered application package PT_IB_LOOKUPREST defines the class RestRequestHandler as follows

import PS_PT:Integration:IRequestHandler;

import PT_IB_LOOKUPREST:*;

/* .... */

class RequestHandlerRest implements PS_PT:Integration:IRequestHandler

   method RequestHandler();

/* .... */

end-class;

/* constructor */

method RequestHandler

end-method;

/* .... */

Why isn't the constructor for the class named RequestHandlerRest? Shouldn't it be the same as the class?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center