Class DefaultSecDeleteB2BUnitEvent

    • Constructor Detail

      • DefaultSecDeleteB2BUnitEvent

        public DefaultSecDeleteB2BUnitEvent()
    • Method Detail

      • publish

        public boolean publish​(int sourceNodeId,
                               int targetNodeId)
        Description copied from interface: ClusterAwareEvent
        Decide whether this event should be broadcasted/received. Examples are
        • return (sourceNodeId==targetNodeId ); => will only publish to local cluster
        • return true; => will publish to all nodes
        • return (targetNodeId==14); => publish to dedicated node regardless of source
        Specified by:
        publish in interface ClusterAwareEvent
        Returns:
        true if event should be published from source cluster node to target cluster node
      • getB2bUnitUid

        public java.lang.String getB2bUnitUid()
      • setB2bUnitUid

        public void setB2bUnitUid​(java.lang.String b2bUnitUid)
      • getB2bUnitPk

        public java.lang.String getB2bUnitPk()
      • setB2bUnitPk

        public void setB2bUnitPk​(java.lang.String b2bUnitPk)