Searched defs:getID (Results 1 - 25 of 72) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DExtendedResponse.java83 public String getID(); method in interface:ExtendedResponse
H A DControl.java70 public String getID(); method in interface:Control
H A DBasicControl.java92 public String getID() { method in class:BasicControl
H A DExtendedRequest.java95 public String getID(); method in interface:ExtendedRequest
H A DStartTlsResponse.java105 public String getID() { method in class:StartTlsResponse
/openjdk7/jdk/test/java/rmi/activation/ActivationSystem/modifyDescriptor/
H A DActivateMe.java33 public ActivationID getID() throws RemoteException; method in interface:ActivateMe
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DRespectBindingFeature.java114 public String getID() { method in class:RespectBindingFeature
H A DWebServiceFeature.java62 public abstract String getID(); method in class:WebServiceFeature
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletEvent.java49 public int getID() { method in class:AppletEvent
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DIdentifiable.java34 public String getID(); method in interface:Identifiable
/openjdk7/jdk/test/java/rmi/activation/Activatable/inactiveGroup/
H A DInactiveGroup.java67 public ActivationID getID() { method in class:InactiveGroup
87 ActivationLibrary.deactivate(this, getID());
/openjdk7/jdk/test/java/rmi/activation/ActivationGroup/downloadActivationGroup/
H A DDownloadActivationGroup.java87 ActivationLibrary.deactivate(this, getID());
90 public ActivationID getID() { method in class:DownloadActivationGroup
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/
H A DMTOMFeature.java129 public String getID() { method in class:MTOMFeature
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/
H A DFieldTreeNodeAdapter.java42 public FieldIdentifier getID() { method in class:FieldTreeNodeAdapter
52 return getID().getType();
56 if (getID() != null) {
57 return getID().toString();
66 if (getID() != null) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DFieldTreeNodeAdapter.java41 public FieldIdentifier getID() { method in class:FieldTreeNodeAdapter
51 if (getID() != null) {
52 return getID().getName();
61 if (getID() != null) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DColorType.java102 MAX_COUNT = Math.max(FOREGROUND.getID(), Math.max(
103 BACKGROUND.getID(), FOCUS.getID())) + 1;
127 public final int getID() { method in class:ColorType
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DBasicControl.java93 public String getID() { method in class:BasicControl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/client/
H A DSelectOptimalEncodingFeature.java91 public String getID() { method in class:SelectOptimalEncodingFeature
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/fastinfoset/
H A DFastInfosetFeature.java80 public String getID() { method in class:FastInfosetFeature
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/developer/
H A DBindingTypeFeature.java53 public String getID() { method in class:BindingTypeFeature
H A DHttpConfigFeature.java104 public String getID() { method in class:HttpConfigFeature
H A DSchemaValidationFeature.java85 public String getID() { method in class:SchemaValidationFeature
H A DUsesJAXBContextFeature.java128 public String getID() { method in class:UsesJAXBContextFeature
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DExtension.java61 public String getID() { method in class:Extension
66 return getID();
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartCrashedService/
H A DRestartCrashedService.java103 public ActivationID getID() { method in class:RestartCrashedService

Completed in 129 milliseconds

123