Package com.sun.corba.ee.spi.orb
Class OperationFactory.URLAction
- java.lang.Object
-
- com.sun.corba.ee.spi.orb.OperationFactory.OperationBase
-
- com.sun.corba.ee.spi.orb.OperationFactory.URLAction
-
- All Implemented Interfaces:
Operation
- Enclosing class:
- OperationFactory
private static class OperationFactory.URLAction extends OperationFactory.OperationBase
-
-
Constructor Summary
Constructors Modifier Constructor Description private
URLAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
operate(java.lang.Object value)
Apply some function to a value and return the result.java.lang.String
toString()
-
Methods inherited from class com.sun.corba.ee.spi.orb.OperationFactory.OperationBase
equals, hashCode
-
-
-
-
Method Detail
-
operate
public java.lang.Object operate(java.lang.Object value)
Description copied from interface:Operation
Apply some function to a value and return the result.- Parameters:
value
- value to apply function to- Returns:
- result of function
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-