/forgerock/openidm-v4/openidm-smartevent/src/main/java/org/forgerock/openidm/smartevent/ |
H A D | Publisher.java | 48 * @param payload 49 * Optional payload to send so target subscribers (and 55 public final static EventEntry start(Name eventName, Object payload, Object context) { argument 56 return eventName.publisherImpl.start(eventName, payload, context); 60 // public final static void send(Name eventName, Object payload, Object
|
/forgerock/openidm-v4/openidm-smartevent/src/main/java/org/forgerock/openidm/smartevent/core/ |
H A D | PluggablePublisher.java | 33 EventEntry start(Name eventName, Object payload, Object context); argument
|
H A D | DisabledPublisher.java | 39 public final EventEntry start(Name eventName, Object payload, Object context) { argument
|
H A D | DisruptorShortEventEntry.java | 43 Object payload; field in class:DisruptorShortEventEntry 102 + " payload: " + payload + " context: " + context + " result: " + result;
|
H A D | BlockingPublisher.java | 80 public final EventEntry start(Name eventName, Object payload, Object context) { argument 84 eventEntry.payload = payload;
|
H A D | DisruptorReferringPublisher.java | 78 public final EventEntry start(Name eventName, Object payload, Object context) { argument 84 eventEntry.payload = payload;
|
H A D | DisruptorShortPublisher.java | 75 public final EventEntry start(Name eventName, Object payload, Object context) { argument 82 eventEntry.payload = payload;
|
H A D | EventEntryImpl.java | 35 Object payload; field in class:EventEntryImpl 95 + " payload: " + payload + " context: " + context + " result was set: "
|
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/batch/helpers/ |
H A D | Requester.java | 69 * @param payload Payload of the resource to generate. May not be null. 74 public JsonValue create(String location, String resourceId, JsonValue payload, Context context) argument 78 Reject.ifNull(payload, "The payload object to create must not be null."); 81 final CreateRequest createRequest = Requests.newCreateRequest(location, payload); 115 * @param payload Payload of the updated resource. May not be null. 120 public JsonValue update(String location, String resourceId, JsonValue payload, Context context) argument 125 Reject.ifNull(payload, "The payload object to create must not be null."); 128 final UpdateRequest updateRequest = Requests.newUpdateRequest(location, resourceId, payload); 162 action(String location, String resourceId, String actionId, JsonValue payload, Context context) argument [all...] |
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/batch/helpers/ |
H A D | Requester.java | 69 * @param payload Payload of the resource to generate. May not be null. 74 public JsonValue create(String location, String resourceId, JsonValue payload, Context context) argument 78 Reject.ifNull(payload, "The payload object to create must not be null."); 81 final CreateRequest createRequest = Requests.newCreateRequest(location, payload); 115 * @param payload Payload of the updated resource. May not be null. 120 public JsonValue update(String location, String resourceId, JsonValue payload, Context context) argument 125 Reject.ifNull(payload, "The payload object to create must not be null."); 128 final UpdateRequest updateRequest = Requests.newUpdateRequest(location, resourceId, payload); 162 action(String location, String resourceId, String actionId, JsonValue payload, Context context) argument [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/ |
H A D | UpdateMsg.java | 69 * The payload that must be encoded in this message. 71 private byte[] payload; field in class:UpdateMsg 92 /* Read the payload : all the remaining bytes but the terminating 0 */ 94 payload = new byte[length]; 97 System.arraycopy(bytes, pos, payload, 0, length); 117 * @param payload The payload that must be encoded in this message. 119 public UpdateMsg(ChangeNumber changeNumber, byte[] payload) argument 121 this.payload = payload; [all...] |
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/ |
H A D | UpdateMsg.java | 58 /** The payload that must be encoded in this message. */ 59 private final byte[] payload; field in class:UpdateMsg 66 payload = null; 80 // Read the payload : all the remaining bytes but the terminating 0 81 payload = scanner.remainingBytes(); 90 * @param payload The payload that must be encoded in this message. 92 public UpdateMsg(CSN csn, byte[] payload) argument 94 this.payload = payload; [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/ |
H A D | UpdateMsg.java | 69 * The payload that must be encoded in this message. 71 private byte[] payload; field in class:UpdateMsg 92 /* Read the payload : all the remaining bytes but the terminating 0 */ 94 payload = new byte[length]; 97 System.arraycopy(bytes, pos, payload, 0, length); 117 * @param payload The payload that must be encoded in this message. 119 public UpdateMsg(ChangeNumber changeNumber, byte[] payload) argument 121 this.payload = payload; [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/ |
H A D | UpdateMsg.java | 69 * The payload that must be encoded in this message. 71 private byte[] payload; field in class:UpdateMsg 92 /* Read the payload : all the remaining bytes but the terminating 0 */ 94 payload = new byte[length]; 97 System.arraycopy(bytes, pos, payload, 0, length); 117 * @param payload The payload that must be encoded in this message. 119 public UpdateMsg(ChangeNumber changeNumber, byte[] payload) argument 121 this.payload = payload; [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/ |
H A D | UpdateMsg.java | 58 /** The payload that must be encoded in this message. */ 59 private final byte[] payload; field in class:UpdateMsg 66 payload = null; 80 // Read the payload : all the remaining bytes but the terminating 0 81 payload = scanner.remainingBytes(); 90 * @param payload The payload that must be encoded in this message. 92 public UpdateMsg(CSN csn, byte[] payload) argument 94 this.payload = payload; [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/ |
H A D | UpdateMsg.java | 58 /** The payload that must be encoded in this message. */ 59 private final byte[] payload; field in class:UpdateMsg 66 payload = null; 80 // Read the payload : all the remaining bytes but the terminating 0 81 payload = scanner.remainingBytes(); 90 * @param payload The payload that must be encoded in this message. 92 public UpdateMsg(CSN csn, byte[] payload) argument 94 this.payload = payload; [all...] |
/forgerock/opendj2/ext/svnkit/lib/ |
H A D | trilead-ssh2-1.0.0-build217.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ... |
/forgerock/opendj-b2.6/ext/svnkit/ |
H A D | trilead.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ... |
H A D | antlr-runtime.jar | META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ... |
/forgerock/opendj2.6.2/ext/svnkit/ |
H A D | trilead.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ... |
/forgerock/opendj2-hg/ext/svnkit/lib/ |
H A D | trilead-ssh2-1.0.0-build217.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ... |
/forgerock/web-agents-v4/source/apache/ |
H A D | agent.c | 353 char *payload = am_json_escape(text, NULL); local 355 am_strerror(rq->status), NOTNULL(payload), am_status_value(rq->status)); 356 am_free(payload);
|
/forgerock/web-agents-v4/source/varnish/ |
H A D | agent.c | 372 char *payload = am_json_escape(text, NULL); local 374 am_strerror(ar->status), NOTNULL(payload), am_status_value(ar->status)); 375 am_free(payload);
|
/forgerock/web-agents-v4/source/varnish3/ |
H A D | agent.c | 422 char *payload = am_json_escape(text, NULL); local 424 am_strerror(ar->status), NOTNULL(payload), am_status_value(ar->status)); 425 am_free(payload);
|
/forgerock/web-agents-v4/source/iis/ |
H A D | agent.c | 801 static void send_custom_data(IHttpResponse *res, const char *payload, int payload_sz, argument 816 dc.FromMemory.pBuffer = (PVOID) NOTNULL(payload); 964 char *payload = NULL; local 965 int payload_sz = am_asprintf(&payload, AM_JSON_TEMPLATE_DATA, 967 send_custom_data(res, payload, payload_sz, "application/json"); 969 am_free(payload); 1091 char *payload = NULL; local 1098 payload_sz = am_asprintf(&payload, AM_JSON_TEMPLATE_LOCATION_DATA, 1106 payload_sz = am_asprintf(&payload, AM_JSON_TEMPLATE_LOCATION, 1112 payload_sz = am_asprintf(&payload, AM_JSON_TEMPLATE_DAT [all...] |