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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanFields inherited from class IIOPProfileImpl
cachedCodebase, codebase -
Constructor Summary
ConstructorsConstructorDescriptionSpecialIIOPProfileImpl(ORB orb, ObjectKeyTemplate oktemp, ObjectId id, IIOPProfileTemplate ptemp) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidbooleanisLocal()Return true if this TaggedProfile was created in orb.private voidtemplateAddress(IIOPAddress addr) Methods inherited from class IIOPProfileImpl
equals, getCodebase, getGIOPVersion, getId, getIOPProfile, getObjectId, getObjectKey, getObjectKeyTemplate, getORBVersion, getServant, getTaggedProfileTemplate, hashCode, isEquivalent, makeImmutable, toString, writeContentsMethods inherited from class IdentifiableBase
write
-
Field Details
-
isLocalChecked
private boolean isLocalChecked -
isLocalCachedValue
private boolean isLocalCachedValue
-
-
Constructor Details
-
SpecialIIOPProfileImpl
-
SpecialIIOPProfileImpl
public SpecialIIOPProfileImpl(ORB orb, ObjectKeyTemplate oktemp, ObjectId id, IIOPProfileTemplate ptemp)
-
-
Method Details
-
iiopProfileTemplate
-
templateAddress
-
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
-