|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--info.jedi.Repository | +--info.jedi.LocalRepository | +--info.jedi.LocalRepositoryImplementation
The default implementation of a LocalRepository.
Repository
,
LocalRepository
,
MailDaemon
Fields inherited from class info.jedi.Repository |
_local |
Method Summary | |
void |
bind(java.lang.String newName,
java.lang.Object object)
Binds a name to an object |
java.lang.Object |
lookup(java.lang.String name)
look up an object by name in this repository |
MailDaemon |
mailDaemon()
Returns the MailDaemon that handles remote method call requests for this Repository |
void |
unbind(java.lang.String newName)
removes a name and the corresponding object from the repository |
Methods inherited from class info.jedi.Repository |
local |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public void bind(java.lang.String newName, java.lang.Object object)
public void unbind(java.lang.String newName)
public java.lang.Object lookup(java.lang.String name)
public MailDaemon mailDaemon()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |