psdi.iface.app.im

Interface MaxIMRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    MaxIM


    public interface MaxIMRemote
    extends MboRemote
    Encapsulates an Integration Module. An Integration Module (IM) implements one or more Logical Management Operations (LMOs). The LMOIMRLN table identifies which LMOs the IM implements. The IM contacts an Operational Management Product (OMP) to perform the LMO. The configuration information needed by the IM to communicate with an OMP instance can be configured in the OMPIMRLN table.

    Properties specific to the IM can be configured in the MAXIMPROP table.

    An IM can either be implemented as a Java class or as an Invocation Channel. If the IM is implemented as an Invocation Channel, the OMP configuration information can either be configured on the Invocation Channel or in the OMPIMRLN table. But if the IM is implemented as a Java class, a handlername can be specified on the IM. In this case an Endpoint must be specified in any OMPIMRLN table entries that refer to this IM, and the handler associated with the Endpoint must match the handler specified on the IM.