Searched refs:getOperations (Results 1 - 25 of 49) sorted by relevance

12

/openjdk10/jdk/src/java.rmi/share/classes/java/rmi/server/
H A DSkeleton.java69 Operation[] getOperations(); method in interface:Skeleton
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/model/wsdl/editable/
H A DEditableWSDLPortType.java36 public Iterable<? extends EditableWSDLOperation> getOperations(); method in interface:EditableWSDLPortType
/openjdk10/jdk/src/java.management/share/classes/javax/management/openmbean/
H A DOpenMBeanInfo.java55 * <p>The {@link #getAttributes()}, {@link #getOperations()} and
111 public MBeanOperationInfo[] getOperations() ; method in interface:OpenMBeanInfo
H A DOpenMBeanInfoSupport.java289 if (!sameArrayContents(this.getOperations(), other.getOperations()))
352 value += arraySetHash(this.getOperations());
401 .append(Arrays.asList(this.getOperations()).toString())
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLPortType.java56 public Iterable<? extends WSDLOperation> getOperations(); method in interface:WSDLPortType
/openjdk10/jdk/test/java/rmi/server/RemoteObject/notExtending/
H A DNotExtending_Skel.java36 public java.rmi.server.Operation[] getOperations() { method in class:NotExtending_Skel
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DStandardMBeanSupport.java91 mbi.getOperations(),
/openjdk10/jdk/test/java/rmi/server/serverStackTrace/
H A DImpl1_Skel.java36 public java.rmi.server.Operation[] getOperations() { method in class:Impl1_Skel
/openjdk10/jdk/test/javax/management/mxbean/
H A DOperationImpactTest.java52 MBeanOperationInfo[] ops = mbi.getOperations();
H A DMBeanOperationInfoTest.java59 MBeanOperationInfo[] ops = mbi.getOperations();
/openjdk10/jdk/src/java.management/share/classes/javax/management/modelmbean/
H A DModelMBeanInfo.java374 public MBeanOperationInfo[] getOperations(); method in interface:ModelMBeanInfo
/openjdk10/jdk/test/java/rmi/server/useCustomRef/
H A DUseCustomRef_Skel.java37 public java.rmi.server.Operation[] getOperations() { method in class:UseCustomRef_Skel
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLPortTypeImpl.java65 public Iterable<EditableWSDLOperation> getOperations() { method in class:WSDLPortTypeImpl
/openjdk10/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot_Skel.java37 public java.rmi.server.Operation[] getOperations() { method in class:ForceLogSnapshot_Skel
/openjdk10/jdk/test/javax/management/Introspector/
H A DIsMethodTest.java78 MBeanOperationInfo[] ops = mbi.getOperations();
H A DClassLeakTest.java90 MBeanOperationInfo[] ops = info.getOperations();
/openjdk10/jdk/test/javax/management/MBeanInfo/
H A DNullInfoArraysTest.java63 mbi.getOperations() == null ||
H A DTooManyFooTest.java165 final int len = info.getOperations().length;
173 for (MBeanOperationInfo op : info.getOperations()) {
189 for (MBeanOperationInfo mboi : info.getOperations()) {
/openjdk10/jdk/src/java.rmi/share/classes/sun/rmi/transport/
H A DDGCImpl_Skel.java42 public java.rmi.server.Operation[] getOperations() { method in class:DGCImpl_Skel
/openjdk10/jdk/test/com/sun/management/DiagnosticCommandMBean/
H A DDcmdMBeanTest.java69 MBeanOperationInfo[] opInfo = info.getOperations();
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DMBeanInfo.java82 * <li>{@link #getOperations()} returns the list of all methods in
354 public MBeanOperationInfo[] getOperations() { method in class:MBeanInfo
366 return getOperations();
475 * #getAttributes()}, {@link #getOperations()}, {@link
H A DStandardMBean.java457 final MBeanOperationInfo[] ops = getOperations(bi);
982 private MBeanOperationInfo[] getOperations(MBeanInfo info) { method in class:StandardMBean
983 final MBeanOperationInfo[] ops = info.getOperations();
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/model/
H A DExtendedModelVisitor.java47 for (Operation operation : port.getOperations()) {
H A DPort.java88 public List<Operation> getOperations() { method in class:Port
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DAnnotationProcessorContext.java87 for (Operation operation : port.getOperations()) {

Completed in 234 milliseconds

12