Class COM.ibm.jaws.services.filepobc.FilepoBCFilepoManaged
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.services.filepobc.FilepoBCFilepoManaged
java.lang.Object
|
+----COM.ibm.jaws.services.filepobc.FilepoBCFilepoManaged
- public class FilepoBCFilepoManaged
- extends Object
- implements FilepoBC, FilepoManaged, Syncable
The emitted ManagedDel class derived from:
COM.ibm.jaws.services.filepobc.FilepoBC
- See Also:
- FilepoBC
-
FilepoBCFilepoManaged()
- Ensure we have a default constructor method - if there is
another constructor, Java does not provide a default one.
-
createFromCopy(String, Manageable, String)
-
-
createFromData(String, InputEDStream, String)
-
-
createFromDefault(String, Object, String)
-
-
dispatch(String, CommandOn)
-
-
dispatchAll(String, String, CommandOn)
-
-
evaluate(String, String)
-
-
exists(String)
-
-
externalizeToStream(OutputEDStream)
-
-
getCacheManager()
-
-
getCleanInterval()
-
-
getConstantRandomId()
-
-
getDependentContext()
-
-
getIdentifier(BaseCollection)
-
Implementation of the Managed.getIdentifier() method.
-
getManagedClassName()
-
-
getManagedDelBase()
-
-
getManagedDelCacheEntry()
-
-
getManagedDelKey()
-
-
getManagedSuffix()
-
-
getTransientIdentifier()
-
-
internalizeFromStream(InputEDStream)
-
-
isIdentical(Identifiable)
- Implementation of the Managed's Identifiable methods.
-
kill(String)
-
-
reattachManagedDel(ManagedDel, String)
-
-
release()
-
-
remove()
- Implementation of the Managed Lifecycle.remove() interface.
-
resolve(String)
-
-
setCacheManager(CacheManager)
-
-
setCleanInterval(long)
-
-
setDependentContext(KeyedCollection)
-
-
setManagedClassName(String)
-
-
setManagedDelBase(BaseCollection)
-
Implementation of the ManagedDel interface methods.
-
setManagedDelCacheEntry(CacheEntry)
-
-
setManagedDelKey(String)
-
-
setSelf(Object)
-
-
sync()
-
Implementation of the Syncable.sync() method.
-
syncManaged(String)
-
-
uncached(CacheEntry)
-
FilepoBCFilepoManaged
public FilepoBCFilepoManaged()
- Ensure we have a default constructor method - if there is
another constructor, Java does not provide a default one.
setManagedDelBase
public void setManagedDelBase(BaseCollection bc)
- Implementation of the ManagedDel interface methods.
getManagedDelBase
public BaseCollection getManagedDelBase()
setManagedDelKey
public void setManagedDelKey(String yourKey)
getManagedDelKey
public String getManagedDelKey()
setManagedDelCacheEntry
public void setManagedDelCacheEntry(CacheEntry ce)
getManagedDelCacheEntry
public CacheEntry getManagedDelCacheEntry()
remove
public void remove()
- Implementation of the Managed Lifecycle.remove() interface.
The Managed Lifecycle.release() is never used in the Java
bindings for Corba.
release
public void release()
getIdentifier
public String getIdentifier(BaseCollection relativeTo)
- Implementation of the Managed.getIdentifier() method.
isIdentical
public boolean isIdentical(Identifiable other)
- Implementation of the Managed's Identifiable methods.
Does not activate the objects unnecessarily.
getConstantRandomId
public int getConstantRandomId()
sync
public void sync()
- Implementation of the Syncable.sync() method.
setCleanInterval
public void setCleanInterval(long parm1)
getCleanInterval
public long getCleanInterval()
getDependentContext
public KeyedCollection getDependentContext()
getManagedSuffix
public String getManagedSuffix()
setManagedClassName
public void setManagedClassName(String parm1)
getManagedClassName
public String getManagedClassName()
dispatch
public CommandOn dispatch(String parm1,
CommandOn parm2) throws InvalidKeyError, InvalidTargetError, CommandOnNotReadyError
uncached
public void uncached(CacheEntry parm1)
getTransientIdentifier
public Object getTransientIdentifier()
exists
public boolean exists(String parm1)
createFromCopy
public Managed createFromCopy(String parm1,
Manageable parm2,
String parm3) throws InvalidKeyError, MOFWException
setDependentContext
public void setDependentContext(KeyedCollection parm1)
setSelf
public void setSelf(Object parm1)
reattachManagedDel
public CacheEntry reattachManagedDel(ManagedDel parm1,
String parm2) throws InvalidReferenceException
syncManaged
public void syncManaged(String parm1)
getCacheManager
public CacheManager getCacheManager()
kill
public void kill(String parm1) throws InvalidReferenceException
externalizeToStream
public void externalizeToStream(OutputEDStream parm1) throws EDStreamFormatError
createFromData
public Managed createFromData(String parm1,
InputEDStream parm2,
String parm3) throws InvalidKeyError, EDStreamFormatError, MOFWException
evaluate
public Iterator evaluate(String parm1,
String parm2) throws InvalidQueryError
createFromDefault
public Managed createFromDefault(String parm1,
Object parm2,
String parm3) throws InvalidKeyError, MOFWException
resolve
public Object resolve(String parm1) throws InvalidKeyError
internalizeFromStream
public void internalizeFromStream(InputEDStream parm1) throws EDStreamFormatError
setCacheManager
public void setCacheManager(CacheManager parm1)
dispatchAll
public Iterator dispatchAll(String parm1,
String parm2,
CommandOn parm3) throws InvalidQueryError
All Packages Class Hierarchy This Package Previous Next Index