Class INSURLOperationImpl

java.lang.Object
com.sun.corba.se.impl.resolver.INSURLOperationImpl
All Implemented Interfaces:
Operation

public class INSURLOperationImpl extends Object implements Operation
This class provides an Operation that converts from CORBA INS URL strings into CORBA object references. It will eventually become extensible, but for now it simply encapsulates the existing implementation. Once the full extensibility is in place, we want this operation to convert string to INSURL, which has mainly a public resolver method that returns an object reference.
Author:
Hemanth, Ken, Tomasz Adamski
  • Constructor Details

    • INSURLOperationImpl

      public INSURLOperationImpl(ORB orb, Resolver rirResolver)
  • Method Details

    • operate

      public Object operate(Object arg)
      Description copied from interface: Operation
      Apply some function to a value and return the result.
      Specified by:
      operate in interface Operation