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 boolean
private boolean
Fields inherited from class com.sun.corba.ee.impl.ior.iiop.IIOPProfileImpl
cachedCodebase, codebase
-
Constructor Summary
ConstructorsConstructorDescriptionSpecialIIOPProfileImpl
(ORB orb, ObjectKeyTemplate oktemp, ObjectId id, IIOPProfileTemplate ptemp) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
boolean
isLocal()
Return true if this TaggedProfile was created in orb.private void
templateAddress
(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
-
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:TaggedProfile
Return true if this TaggedProfile was created in orb. Caches the result.- Specified by:
isLocal
in interfaceTaggedProfile
- Overrides:
isLocal
in classIIOPProfileImpl
- Returns:
- if this TaggedProfile was created in orb
-