|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectIService
net.refractions.udig.catalog.cgdi.CGDIService
public class CGDIService
summary sentence.
Paragraph ...
Responsibilities:
Example:
CGDIService x = new CGDIService( ... );
TODO code example
Constructor Summary | |
---|---|
CGDIService(Element entry,
int type,
CGDICatalog catalog)
Construct CGDIService . |
Method Summary | ||
---|---|---|
|
canResolve(java.lang.Class<T> adaptee)
|
|
void |
dispose(IProgressMonitor monitor)
|
|
java.util.Map<java.lang.String,java.io.Serializable> |
getConnectionParams()
generates the connection params ... |
|
java.net.URL |
getIdentifier()
|
|
IServiceInfo |
getInfo(IProgressMonitor monitor)
|
|
java.lang.Throwable |
getMessage()
|
|
Status |
getStatus()
|
|
protected java.lang.String |
getTypeStr()
TODO summary sentence for getTypeStr ... |
|
java.util.List<? extends IGeoResource> |
members(IProgressMonitor monitor)
This will create a IService in the local catalog .. |
|
|
resolve(java.lang.Class<T> adaptee,
IProgressMonitor monitor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CGDIService(Element entry, int type, CGDICatalog catalog)
CGDIService
.
entry
- jDom Element of the 'entry' from a searchtype
- catalog
- Method Detail |
---|
public void dispose(IProgressMonitor monitor)
public Status getStatus()
public java.lang.Throwable getMessage()
public <T> T resolve(java.lang.Class<T> adaptee, IProgressMonitor monitor) throws java.io.IOException
java.io.IOException
public <T> boolean canResolve(java.lang.Class<T> adaptee)
public java.util.Map<java.lang.String,java.io.Serializable> getConnectionParams()
public java.net.URL getIdentifier()
public java.util.List<? extends IGeoResource> members(IProgressMonitor monitor) throws java.io.IOException
java.io.IOException
public IServiceInfo getInfo(IProgressMonitor monitor) throws java.io.IOException
java.io.IOException
protected java.lang.String getTypeStr()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |