Package com.sun.corba.ee.impl.resolver
Class FileResolverImpl
java.lang.Object
com.sun.corba.ee.impl.resolver.FileResolverImpl
- All Implemented Interfaces:
Resolver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
check()
Checks the lastModified() timestamp of the file and optionally re-reads the Properties object from the file if newer.list()
Return the entire collection of names that are currently bound by this resolver.Look up the name using this resolver and return the CORBA object reference bound to this name, if any.
-
Field Details
-
orb
-
file
-
savedProps
-
fileModified
private long fileModified
-
-
Constructor Details
-
FileResolverImpl
-
-
Method Details
-
resolve
Description copied from interface:Resolver
Look up the name using this resolver and return the CORBA object reference bound to this name, if any. -
list
Description copied from interface:Resolver
Return the entire collection of names that are currently bound by this resolver. Resulting collection contains only strings for which resolve does not return null. Some resolvers may not support this method, in which case they return an empty set. -
check
private void check()Checks the lastModified() timestamp of the file and optionally re-reads the Properties object from the file if newer.
-