|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractGeoResource
public abstract class AbstractGeoResource
Abstract implementation of GeoResource.
trunk/modules/unsupported (gt-unsupported.jar) (Maven report) (SVN head)| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface Resolve |
|---|
Resolve.Status |
| Field Summary | |
|---|---|
protected static Logger |
logger
logger |
| Constructor Summary | |
|---|---|
AbstractGeoResource()
|
|
| Method Summary | |
|---|---|
void |
addListener(ResolveChangeListener listener)
This method does nothing. |
boolean |
equals(Object other)
This should represent the identifier |
void |
fire(ResolveChangeEvent event)
This method does nothing. |
Throwable |
getMessage()
In the event that an error occurs during a resolve, that error can be reported back with this method. |
int |
hashCode()
This should represent the identified |
List |
members(ProgressListener monitor)
return null ... almost always a leaf |
Resolve |
parent(ProgressListener monitor)
This method is shorthand for
return (Service) resolve(Service.class, monitor);
|
void |
removeListener(ResolveChangeListener listener)
This method does nothing. |
protected void |
setMessage(Throwable msg)
Sets the cached error message. |
String |
toString()
Indicate class and id. |
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface GeoResource |
|---|
getInfo, resolve |
| Methods inherited from interface Resolve |
|---|
canResolve, getIdentifier, getStatus |
| Field Detail |
|---|
protected static Logger logger
| Constructor Detail |
|---|
public AbstractGeoResource()
| Method Detail |
|---|
public Resolve parent(ProgressListener monitor)
throws IOException
return (Service) resolve(Service.class, monitor);
parent in interface Resolvemonitor - DOCUMENT ME!
IOException - DOCUMENT ME!GeoResource.resolve(Class, ProgressListener)public List members(ProgressListener monitor)
members in interface Resolvemonitor - Progress monitor used to report status while blocking.
May be null.
net.refractions.udig.catalog.IResolve#members(org.eclipse.core.runtime.ProgressListener)public Throwable getMessage()
ResolveResolve.getStatus() returns Resolve.Status.BROKEN, otherwise it
return null.
getMessage in interface ResolveResolve.Statusprotected void setMessage(Throwable msg)
msg - An exception which occured when connecting to the service.public boolean equals(Object other)
equals in class Objectother - Object.equals(java.lang.Object)public void addListener(ResolveChangeListener listener)
addListener in interface Resolvelistener - DOCUMENT ME!public void removeListener(ResolveChangeListener listener)
removeListener in interface Resolvelistener - DOCUMENT ME!public void fire(ResolveChangeEvent event)
fire in interface Resolveevent - DOCUMENT ME!public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||