vc.corba.common.intf
Class _ProjectDBManagerCBStub

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--vc.corba.common.intf._ProjectDBManagerCBStub
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, ProjectDBManagerCB, ProjectDBManagerCBOperations, java.io.Serializable

public class _ProjectDBManagerCBStub
extends org.omg.CORBA.portable.ObjectImpl
implements ProjectDBManagerCB

vc/corba/common/intf/_ProjectDBManagerCBStub.java Generated by the IDL-to-Java compiler (portable), version "3.0" from idl/ProjectStructure.idl Saturday, November 3, 2001 12:00:07 PM PST

See Also:
Serialized Form

Constructor Summary
_ProjectDBManagerCBStub()
           
_ProjectDBManagerCBStub(org.omg.CORBA.portable.Delegate delegate)
           
 
Method Summary
 java.lang.String[] _ids()
           
 void directoryAdded(java.lang.String parentID, Directory newDirectory)
           
 void directoryDeleted(java.lang.String directoryID)
           
 void directoryUpdated(Directory newDirectory)
           
 void fileAdded(java.lang.String parentID, File newFile)
           
 void fileCheckStatusChanged(java.lang.String fileID, boolean ckeckedOut, java.lang.String checkOutUser)
           
 void fileDeleted(java.lang.String fileID)
           
 void fileUpdated(File newFile)
           
 void multipleFileCheckStatusChanged(java.lang.String[] fileIDs, boolean ckeckedOut, java.lang.String checkOutUser)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_ProjectDBManagerCBStub

public _ProjectDBManagerCBStub()

_ProjectDBManagerCBStub

public _ProjectDBManagerCBStub(org.omg.CORBA.portable.Delegate delegate)
Method Detail

directoryAdded

public void directoryAdded(java.lang.String parentID,
                           Directory newDirectory)
Specified by:
directoryAdded in interface ProjectDBManagerCBOperations

directoryUpdated

public void directoryUpdated(Directory newDirectory)
Specified by:
directoryUpdated in interface ProjectDBManagerCBOperations

directoryDeleted

public void directoryDeleted(java.lang.String directoryID)
Specified by:
directoryDeleted in interface ProjectDBManagerCBOperations

fileAdded

public void fileAdded(java.lang.String parentID,
                      File newFile)
Specified by:
fileAdded in interface ProjectDBManagerCBOperations

fileUpdated

public void fileUpdated(File newFile)
Specified by:
fileUpdated in interface ProjectDBManagerCBOperations

fileDeleted

public void fileDeleted(java.lang.String fileID)
Specified by:
fileDeleted in interface ProjectDBManagerCBOperations

fileCheckStatusChanged

public void fileCheckStatusChanged(java.lang.String fileID,
                                   boolean ckeckedOut,
                                   java.lang.String checkOutUser)
Specified by:
fileCheckStatusChanged in interface ProjectDBManagerCBOperations

multipleFileCheckStatusChanged

public void multipleFileCheckStatusChanged(java.lang.String[] fileIDs,
                                           boolean ckeckedOut,
                                           java.lang.String checkOutUser)
Specified by:
multipleFileCheckStatusChanged in interface ProjectDBManagerCBOperations

_ids

public java.lang.String[] _ids()
Overrides:
_ids in class org.omg.CORBA.portable.ObjectImpl