|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Function:This is the Remote Interface for the DomainService
| Method Summary | |
java.lang.String |
getHost()
Return the host on which this domain server runs |
java.lang.String |
getServerName()
Return the name with which this domain server is bound to RMI |
void |
objectAdded(java.lang.String objDn)
Informs the DomainService that an Object has been added Updates the CopyDB that it maintains |
void |
objectChanged(java.lang.String objDn,
javax.naming.directory.Attributes attrs)
Informs the DomainService that an Object has been changed Updates the CopyDB that it maintains |
void |
objectRemoved(java.lang.String objDn)
Informs the DomainService that an Object has been removed Updates the CopyDB that it maintains |
void |
quit()
Quits |
| Method Detail |
public void quit()
throws java.rmi.RemoteException
public java.lang.String getHost()
throws java.rmi.RemoteException
public java.lang.String getServerName()
throws java.rmi.RemoteException
public void objectAdded(java.lang.String objDn)
throws java.rmi.RemoteException
objDn - The distinguished name of the object that was added
public void objectRemoved(java.lang.String objDn)
throws java.rmi.RemoteException
objDn - The distinguished name of the object that was added
public void objectChanged(java.lang.String objDn,
javax.naming.directory.Attributes attrs)
throws java.rmi.RemoteException
objDn - The distinguished name of the object that was changedattrs - The new attributes of the object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||