view src/main/java/alice/topology/manager/keeparive/TaskType.java @ 393:38021fceabef draft multicast

test commit
author tatsuki
date Tue, 17 Jun 2014 17:39:47 +0900
parents 8f71c3e6f11d
children
line wrap: on
line source

package alice.topology.manager.keeparive;

public enum TaskType {
	PING,
	CLOSE,
}