public final class ParticipantResource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BASE_PATH_SEGMENT |
Constructor and Description |
---|
ParticipantResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
forgetHeuristic(String participantId) |
javax.ws.rs.core.Response |
getStatus(String participantId) |
javax.ws.rs.core.Response |
getTerminatorUrl(String participantId,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
terminate(String participantId,
String content) |
public static final String BASE_PATH_SEGMENT
public javax.ws.rs.core.Response getTerminatorUrl(String participantId, @Context javax.ws.rs.core.UriInfo uriInfo)
public javax.ws.rs.core.Response getStatus(String participantId)
public javax.ws.rs.core.Response terminate(String participantId, String content) throws HeuristicException
HeuristicException
public javax.ws.rs.core.Response forgetHeuristic(String participantId)
Copyright © 2013. All rights reserved.