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 boolean
isLocalCachedValue
private boolean
isLocalChecked
-
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 void
iiopProfileTemplate(IIOPProfileTemplate temp)
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
-
-
-
-
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: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
-
-