Class VirtualAddressAgentImpl.SpecialIIOPProfileImpl
- java.lang.Object
-
- com.sun.corba.ee.spi.ior.IdentifiableBase
-
- com.sun.corba.ee.impl.ior.iiop.IIOPProfileImpl
-
- com.sun.corba.ee.impl.plugin.hwlb.VirtualAddressAgentImpl.SpecialIIOPProfileImpl
-
- All Implemented Interfaces:
Identifiable,IIOPProfile,MakeImmutable,TaggedProfile,Writeable,WriteContents
- Enclosing class:
- VirtualAddressAgentImpl
private class VirtualAddressAgentImpl.SpecialIIOPProfileImpl extends IIOPProfileImpl
-
-
Field Summary
Fields Modifier and Type Field Description private booleanisLocalCachedValueprivate booleanisLocalChecked-
Fields inherited from class com.sun.corba.ee.impl.ior.iiop.IIOPProfileImpl
cachedCodebase, codebase
-
-
Constructor Summary
Constructors Constructor Description SpecialIIOPProfileImpl(ORB orb, ObjectKeyTemplate oktemp, ObjectId id, IIOPProfileTemplate ptemp)SpecialIIOPProfileImpl(InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidiiopProfileTemplate(IIOPProfileTemplate temp)booleanisLocal()Return true if this TaggedProfile was created in orb.private voidtemplateAddress(IIOPAddress addr)-
Methods inherited from class com.sun.corba.ee.impl.ior.iiop.IIOPProfileImpl
equals, getCodebase, getGIOPVersion, getId, getIOPProfile, getObjectId, getObjectKey, getObjectKeyTemplate, getORBVersion, getServant, getTaggedProfileTemplate, hashCode, isEquivalent, makeImmutable, toString, writeContents
-
Methods inherited from class com.sun.corba.ee.spi.ior.IdentifiableBase
write
-
-
-
-
Constructor Detail
-
SpecialIIOPProfileImpl
public SpecialIIOPProfileImpl(InputStream in)
-
SpecialIIOPProfileImpl
public SpecialIIOPProfileImpl(ORB orb, ObjectKeyTemplate oktemp, ObjectId id, IIOPProfileTemplate ptemp)
-
-
Method Detail
-
iiopProfileTemplate
@InfoMethod private void iiopProfileTemplate(IIOPProfileTemplate temp)
-
templateAddress
@InfoMethod private void templateAddress(IIOPAddress addr)
-
isLocal
public boolean isLocal()
Description copied from interface:TaggedProfileReturn true if this TaggedProfile was created in orb. Caches the result.- Specified by:
isLocalin interfaceTaggedProfile- Overrides:
isLocalin classIIOPProfileImpl- Returns:
- if this TaggedProfile was created in orb
-
-