Package com.caucho.burlap.io

Examples of com.caucho.burlap.io.BurlapRemoteObject


      HessianRemoteObject remote = (HessianRemoteObject) obj;

      out.writeRemote(remote.getHessianType(), remote.getHessianURL());
    }
    else if (obj instanceof BurlapRemoteObject) {
      BurlapRemoteObject remote = (BurlapRemoteObject) obj;

      out.writeRemote(remote.getBurlapType(), remote.getBurlapURL());
    }
  }
View Full Code Here

TOP

Related Classes of com.caucho.burlap.io.BurlapRemoteObject

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.