activate abstract method

void activate()

Activate all endpoints that belong to this object adapter. After activation, the object adapter can dispatch requests received through its endpoints.

@see #hold @see #deactivate

Implementation

void activate();