org.kie.commons.io.impl.cluster.helix
public class LockTransitionModel extends org.apache.helix.participant.statemachine.StateModel
Constructor and Description |
---|
LockTransitionModel(String lockName,
org.kie.commons.io.impl.cluster.helix.SimpleLock lock) |
Modifier and Type | Method and Description |
---|---|
void |
dropped(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context) |
void |
lock(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context) |
void |
release(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context) |
void |
toOffLine(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context) |
void |
toStandBy(org.apache.helix.model.Message m,
org.apache.helix.NotificationContext context) |
public LockTransitionModel(String lockName, org.kie.commons.io.impl.cluster.helix.SimpleLock lock)
public void lock(org.apache.helix.model.Message m, org.apache.helix.NotificationContext context)
public void release(org.apache.helix.model.Message m, org.apache.helix.NotificationContext context)
public void toOffLine(org.apache.helix.model.Message m, org.apache.helix.NotificationContext context)
public void toStandBy(org.apache.helix.model.Message m, org.apache.helix.NotificationContext context)
public void dropped(org.apache.helix.model.Message m, org.apache.helix.NotificationContext context)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.