org.isam.exehda.services.cib
Class CibImplClient
java.lang.Object
|
+--org.isam.exehda.services.AbstractService
|
+--org.isam.exehda.services.cib.CibImplClient
- All Implemented Interfaces:
- CellInformationBase, Service
- public class CibImplClient
- extends AbstractService
- implements CellInformationBase
Describe class CibImplClient
here.
- Version:
- $Date: 2004/12/21 22:48:21 $ $Revision: 1.8 $
- Author:
- last modified by $Author: lucc $
Field Summary |
(package private) static java.lang.String |
PROP_CIB_URI
|
Method Summary |
void |
addResource(CellInformationBase.ResourceName r)
Describe addResource method here. |
java.lang.String |
getAttribute(CellInformationBase.ResourceName r,
java.lang.String a)
Describe getAttribute method here. |
java.lang.String[] |
getAttributes(CellInformationBase.ResourceName r)
Describe getAttributes method here. |
void |
removeResource(CellInformationBase.ResourceName r)
Describe removeResource method here. |
CellInformationBase.ResourceName[] |
select(CellInformationBase.SelectionConstraint sc,
CellInformationBase.NameSpace[] ns,
int maxResults)
Describe select method here. |
CellInformationBase.ResourceName[] |
select(CellInformationBase.SelectionConstraint sc,
CellInformationBase.NameSpace ns,
int maxResults)
|
CellInformationBase.ResourceName[] |
select(CellInformationBase.SelectionConstraint sc,
int maxResults)
Describe select method here. |
CellInformationBase.ResourceName[] |
selectByName(java.lang.String n,
CellInformationBase.NameSpace ns,
int maxResults)
Describe selectByName method here. |
CellInformationBase.ResourceName[] |
selectByType(java.lang.String t,
CellInformationBase.NameSpace ns,
int maxResults)
Describe selectByType method here. |
java.lang.String |
setAttribute(CellInformationBase.ResourceName r,
java.lang.String a,
java.lang.String v)
Describe setAttribute method here. |
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_CIB_URI
static final java.lang.String PROP_CIB_URI
- See Also:
- Constant Field Values
CibImplClient
public CibImplClient()
start
public void start()
throws java.lang.Exception
- Specified by:
start
in interface Service
java.lang.Exception
stop
public void stop()
- Specified by:
stop
in interface Service
select
public CellInformationBase.ResourceName[] select(CellInformationBase.SelectionConstraint sc,
CellInformationBase.NameSpace[] ns,
int maxResults)
- Description copied from interface:
CellInformationBase
- Describe
select
method here.
- Specified by:
select
in interface CellInformationBase
- Parameters:
maxResults
- an int
value
- Returns:
- a
ResourceName[]
value
select
public CellInformationBase.ResourceName[] select(CellInformationBase.SelectionConstraint sc,
CellInformationBase.NameSpace ns,
int maxResults)
- Specified by:
select
in interface CellInformationBase
select
public CellInformationBase.ResourceName[] select(CellInformationBase.SelectionConstraint sc,
int maxResults)
- Description copied from interface:
CellInformationBase
- Describe
select
method here.
- Specified by:
select
in interface CellInformationBase
- Parameters:
sc
- a SelectionConstraint
valuemaxResults
- an int
value
- Returns:
- a
ResourceName[]
value
selectByName
public CellInformationBase.ResourceName[] selectByName(java.lang.String n,
CellInformationBase.NameSpace ns,
int maxResults)
- Description copied from interface:
CellInformationBase
- Describe
selectByName
method here.
- Specified by:
selectByName
in interface CellInformationBase
- Parameters:
n
- a String
valuens
- a NameSpace
valuemaxResults
- an int
value
- Returns:
- a
ResourceName[]
value
selectByType
public CellInformationBase.ResourceName[] selectByType(java.lang.String t,
CellInformationBase.NameSpace ns,
int maxResults)
- Description copied from interface:
CellInformationBase
- Describe
selectByType
method here.
- Specified by:
selectByType
in interface CellInformationBase
- Parameters:
t
- a String
valuens
- a NameSpace
valuemaxResults
- an int
value
- Returns:
- a
ResourceName[]
value
getAttribute
public java.lang.String getAttribute(CellInformationBase.ResourceName r,
java.lang.String a)
- Description copied from interface:
CellInformationBase
- Describe
getAttribute
method here.
- Specified by:
getAttribute
in interface CellInformationBase
- Parameters:
r
- a ResourceName
valuea
- a String
value
- Returns:
- a
String
value
setAttribute
public java.lang.String setAttribute(CellInformationBase.ResourceName r,
java.lang.String a,
java.lang.String v)
- Description copied from interface:
CellInformationBase
- Describe
setAttribute
method here.
- Specified by:
setAttribute
in interface CellInformationBase
- Parameters:
r
- a ResourceName
valuea
- a String
valuev
- a String
value
- Returns:
- a
String
value
getAttributes
public java.lang.String[] getAttributes(CellInformationBase.ResourceName r)
- Description copied from interface:
CellInformationBase
- Describe
getAttributes
method here.
- Specified by:
getAttributes
in interface CellInformationBase
- Parameters:
r
- a ResourceName
value
- Returns:
- a
String[]
value
addResource
public void addResource(CellInformationBase.ResourceName r)
- Description copied from interface:
CellInformationBase
- Describe
addResource
method here.
- Specified by:
addResource
in interface CellInformationBase
- Parameters:
r
- a ResourceName
value
removeResource
public void removeResource(CellInformationBase.ResourceName r)
- Description copied from interface:
CellInformationBase
- Describe
removeResource
method here.
- Specified by:
removeResource
in interface CellInformationBase
- Parameters:
r
- a ResourceName
value