Searched defs:operation (Results 1 - 25 of 124) sorted by relevance

12345

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DNormalParserAction.java34 Operation operation, String fieldName )
36 super( propertyName, false, operation, fieldName ) ;
33 NormalParserAction( String propertyName, Operation operation, String fieldName ) argument
H A DNormalParserData.java37 Operation operation, String fieldName, Object defaultValue,
40 super( propertyName, operation, fieldName, defaultValue, testValue ) ;
36 NormalParserData( String propertyName, Operation operation, String fieldName, Object defaultValue, Object testValue, String testData ) argument
H A DParserActionFactory.java34 Operation operation, String fieldName )
36 return new NormalParserAction( propertyName, operation, fieldName ) ;
40 Operation operation, String fieldName, Class componentType )
42 return new PrefixParserAction( propertyName, operation, fieldName, componentType ) ;
33 makeNormalAction( String propertyName, Operation operation, String fieldName ) argument
39 makePrefixAction( String propertyName, Operation operation, String fieldName, Class componentType ) argument
H A DPrefixParserAction.java49 Operation operation, String fieldName, Class componentType )
51 super( propertyName, true, operation, fieldName ) ;
48 PrefixParserAction( String propertyName, Operation operation, String fieldName, Class componentType ) argument
H A DPrefixParserData.java40 Operation operation, String fieldName, Object defaultValue,
43 super( propertyName, operation, fieldName, defaultValue, testValue ) ;
39 PrefixParserData( String propertyName, Operation operation, String fieldName, Object defaultValue, Object testValue, StringPair[] testData, Class componentType ) argument
H A DParserActionBase.java35 private Operation operation ; field in class:ParserActionBase
40 return propertyName.hashCode() ^ operation.hashCode() ^
56 operation.equals( other.operation ) &&
61 Operation operation, String fieldName )
65 this.operation = operation ;
88 return operation ;
60 ParserActionBase( String propertyName, boolean prefix, Operation operation, String fieldName ) argument
H A DParserDataBase.java33 private Operation operation ; field in class:ParserDataBase
39 Operation operation, String fieldName, Object defaultValue,
43 this.operation = operation ;
50 public Operation getOperation() { return operation ; }
38 ParserDataBase( String propertyName, Operation operation, String fieldName, Object defaultValue, Object testValue ) argument
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DOperation.java40 private String operation; field in class:Operation
50 operation = op;
61 return operation;
65 * Returns the string representation of the operation.
71 return operation;
/openjdk7/jdk/test/javax/management/modelmbean/
H A DUnserializableTargetObjectTest.java27 * @summary Test that a RequiredModelMBean operation can have a targetObject
64 public void operation() { method in class:UnserializableTargetObjectTest.Resource
83 Method operationMethod = Resource.class.getMethod("operation");
90 "operation", "operation", resource1
96 "operation", "getCount", resource2
102 "operation", "setCount", resource2
111 new ModelMBeanOperationInfo("operation description",
135 mbs.invoke(name, "operation", null, null);
/openjdk7/jaxp/src/org/w3c/dom/
H A DUserDataHandler.java86 * @param operation Specifies the type of operation that is being
95 public void handle(short operation, argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DFullServantCacheLocalCRDImpl.java53 String operation, Class expectedType )
61 // have its own operation. Therefore we need to clone it.
62 OAInvocationInfo info = new OAInvocationInfo( cachedInfo, operation ) ;
52 servant_preinvoke( org.omg.CORBA.Object self, String operation, Class expectedType ) argument
H A DInfoOnlyServantCacheLocalCRDImpl.java48 String operation, Class expectedType )
56 // have its own operation. Therefore we need to copy it.
57 OAInvocationInfo info = new OAInvocationInfo(cachedInfo, operation) ;
47 servant_preinvoke( org.omg.CORBA.Object self, String operation, Class expectedType ) argument
H A DMinimalServantCacheLocalCRDImpl.java48 String operation, Class expectedType )
47 servant_preinvoke( org.omg.CORBA.Object self, String operation, Class expectedType ) argument
H A DNotLocalLocalCRDImpl.java50 String operation,
49 servant_preinvoke(org.omg.CORBA.Object self, String operation, Class expectedType) argument
H A DJIDLLocalCRDImpl.java53 String operation,
52 servant_preinvoke(org.omg.CORBA.Object self, String operation, Class expectedType) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orb/
H A DParserDataFactory.java32 Operation operation, String fieldName, Object defaultValue,
35 return new NormalParserData( propertyName, operation, fieldName,
40 Operation operation, String fieldName, Object defaultValue,
43 return new PrefixParserData( propertyName, operation, fieldName,
31 make( String propertyName, Operation operation, String fieldName, Object defaultValue, Object testValue, String testData ) argument
39 make( String propertyName, Operation operation, String fieldName, Object defaultValue, Object testValue, StringPair[] testData, Class componentType ) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DDynamicStub.java68 OutputStream request( String operation, boolean responseExpected ) ; argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/protocol/
H A DLocalClientRequestDispatcher.java46 * the servant field to the expected type, and then invoke the operation
51 * @param operation a string containing the operation name.
52 * The operation name corresponds to the operation name as it would be
66 String operation,
65 servant_preinvoke(org.omg.CORBA.Object self, String operation, Class expectedType) argument
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/constExpr/
H A DUnaryExpr.java45 public UnaryExpr (String operation, Expression unaryOperand) argument
47 _op = operation;
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DServerRequest.java71 * Retrieves the name of the operation being
74 * interface. Note that the operation names for getting and setting
79 * @return the name of the operation to be invoked
80 * @deprecated use operation()
85 return operation();
92 * Retrieves the name of the operation being
95 * interface. Note that the operation names for getting and setting
100 * @return the name of the operation to be invoked
104 public String operation() method in class:ServerRequest
126 * describing the parameter types for the operation, i
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DBuilderHandlerOperationScope.java46 private final QName operation; field in class:BuilderHandlerOperationScope
53 , QName service, QName port, QName operation) {
58 this.operation = operation;
62 final PolicyMapKey mapKey = PolicyMap.createWsdlOperationScopeKey(service, port, operation);
49 BuilderHandlerOperationScope( Collection<String> policyURIs , Map<String,PolicySourceModel> policyStore , Object policySubject , QName service, QName port, QName operation) argument
H A DWSDLBoundFaultContainer.java35 * We need data from the WSDL operation that the default WSDLBoundFault does not
45 public WSDLBoundFaultContainer(final WSDLBoundFault fault, final WSDLBoundOperation operation) { argument
47 this.boundOperation = operation;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/
H A DBinding.java51 public BindingOperationType operation(); method in interface:Binding
H A DPortType.java48 public Operation operation(); method in interface:PortType
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DOperationEntry.java34 private MBeanOperationInfo operation; field in class:OperationEntry
38 public OperationEntry (MBeanOperationInfo operation, argument
43 this.operation = operation;
52 MBeanParameterInfo params[] = operation.getSignature();
93 MBeanParameterInfo params[] = operation.getSignature();
102 MBeanParameterInfo params[] = operation.getSignature();
110 return operation.getReturnType();

Completed in 171 milliseconds

12345