FileDocCategorySizeDatePackage
LocatorHolder.javaAPI DocJava SE 5 API1074Fri Aug 26 17:56:50 BST 2005com.sun.corba.se.PortableActivationIDL

LocatorHolder

public final class LocatorHolder extends Object implements org.omg.CORBA.portable.Streamable
com/sun/corba/se/PortableActivationIDL/LocatorHolder.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl Friday, August 26, 2005 4:56:49 PM PDT

Fields Summary
public com.sun.corba.se.PortableActivationIDL.Locator
value
Constructors Summary
public LocatorHolder()


    
  
  
public LocatorHolder(com.sun.corba.se.PortableActivationIDL.Locator initialValue)

    value = initialValue;
  
Methods Summary
public void_read(org.omg.CORBA.portable.InputStream i)

    value = com.sun.corba.se.PortableActivationIDL.LocatorHelper.read (i);
  
public org.omg.CORBA.TypeCode_type()

    return com.sun.corba.se.PortableActivationIDL.LocatorHelper.type ();
  
public void_write(org.omg.CORBA.portable.OutputStream o)

    com.sun.corba.se.PortableActivationIDL.LocatorHelper.write (o, value);