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

12

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DSkeleton.java69 Operation[] getOperations(); method in interface:Skeleton
/openjdk7/jdk/src/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.java287 if (!sameArrayContents(this.getOperations(), other.getOperations()))
348 value += arraySetHash(this.getOperations());
397 .append(Arrays.asList(this.getOperations()).toString())
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLPortType.java57 public Iterable<? extends WSDLOperation> getOperations(); method in interface:WSDLPortType
/openjdk7/jdk/test/java/rmi/server/RemoteObject/notExtending/
H A DNotExtending_Skel.java36 public java.rmi.server.Operation[] getOperations() { method in class:NotExtending_Skel
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DStandardMBeanSupport.java91 mbi.getOperations(),
H A DMBeanIntrospector.java401 mbi.getOperations(),
434 imbi.getOperations(),
/openjdk7/jdk/test/java/rmi/server/serverStackTrace/
H A DImpl1_Skel.java36 public java.rmi.server.Operation[] getOperations() { method in class:Impl1_Skel
/openjdk7/jdk/test/javax/management/mxbean/
H A DOperationImpactTest.java51 MBeanOperationInfo[] ops = mbi.getOperations();
H A DMBeanOperationInfoTest.java58 MBeanOperationInfo[] ops = mbi.getOperations();
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanInfo.java368 public MBeanOperationInfo[] getOperations(); method in interface:ModelMBeanInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLPortTypeImpl.java61 public Iterable<WSDLOperationImpl> getOperations() { method in class:WSDLPortTypeImpl
/openjdk7/jdk/test/java/rmi/server/useCustomRef/
H A DUseCustomRef_Skel.java37 public java.rmi.server.Operation[] getOperations() { method in class:UseCustomRef_Skel
/openjdk7/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot_Skel.java37 public java.rmi.server.Operation[] getOperations() { method in class:ForceLogSnapshot_Skel
/openjdk7/jdk/test/javax/management/Introspector/
H A DIsMethodTest.java77 MBeanOperationInfo[] ops = mbi.getOperations();
H A DClassLeakTest.java88 MBeanOperationInfo[] ops = info.getOperations();
/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DNullInfoArraysTest.java62 mbi.getOperations() == null ||
H A DTooManyFooTest.java170 final int len = info.getOperations().length;
178 for (MBeanOperationInfo op : info.getOperations()) {
194 for (MBeanOperationInfo mboi : info.getOperations()) {
H A DMBeanInfoEqualsTest.java216 i2a.getOperations(), i2a.getNotifications()),
285 public MBeanOperationInfo[] getOperations() { method in class:MBeanInfoEqualsTest.MutableMBeanInfo
/openjdk7/jaxws/src/share/jaxws_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
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DAnnotationProcessorContext.java92 for (Operation operation : port.getOperations()) {
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanInfo.java81 * <li>{@link #getOperations()} returns the list of all methods in
353 public MBeanOperationInfo[] getOperations() { method in class:MBeanInfo
365 return getOperations();
474 * #getAttributes()}, {@link #getOperations()}, {@link
H A DStandardMBean.java459 final MBeanOperationInfo[] ops = getOperations(bi);
985 private MBeanOperationInfo[] getOperations(MBeanInfo info) { method in class:StandardMBean
986 final MBeanOperationInfo[] ops = info.getOperations();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DGeneratorBase.java112 for (Operation operation : port.getOperations()) {

Completed in 75 milliseconds

12