Searched refs:eventId (Results 1 - 8 of 8) sorted by relevance

/external/nist-sip/java/javax/sip/header/
H A DEventHeader.java9 void setEventId(String eventId) throws ParseException; argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DEvent.java85 * Sets the id to the newly supplied <var>eventId</var> string.
87 * @param eventId - the new string defining the eventId of this EventHeader
89 * unexpectedly while parsing the eventId value.
91 public void setEventId(String eventId) throws ParseException { argument
92 if (eventId == null)
93 throw new NullPointerException(" the eventId parameter is null");
94 setParameter(ParameterNames.ID, eventId);
99 * "eventId" is not set.
100 * @return the string object identifing the eventId o
[all...]
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
H A DEventData.java133 * @param eventId
136 public void setEventId(String eventId) { argument
137 if (eventId == null) {
138 throw new IllegalArgumentException("eventId cannot be null");
140 this.eventData.put(EVENT_ID, eventId);
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-classic-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/classic/ ...
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 240 milliseconds