|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteConnection
Defines CentraSite extensions of the JAXR Connection interface.
Field Summary | |
---|---|
static java.lang.String |
SSL_FILE_PROPERTY
Property for the SSL property file |
Method Summary | |
---|---|
void |
commit()
Commit the current transaction for a connection with client transaction control. |
java.util.ArrayList<java.lang.String> |
getAdditionalFeatures()
return the additional features specified in the license file |
java.util.Collection |
getAllRoles()
Deprecated. |
java.lang.String |
getEdition()
return the server edition specified in the license file |
java.util.Locale |
getErrorMessageLocale()
Return the error message locale. |
java.lang.String |
getQueryManagerURL()
Get the queryManagerURL. |
javax.xml.xquery.XQConnection |
getReadonlyXQConnection()
Gets the read-only XQJ connection object for JAXR clients. |
java.util.Properties |
getSSLProperties()
Get the SSL properties from the connection. |
javax.xml.registry.infomodel.Organization |
getSubmittingOrganization()
Get default submitting organization. |
java.util.Collection |
getUserRoles()
Get roles for authenticated user of the connection. |
javax.xml.xquery.XQConnection |
getXQConnection()
Gets the XQJ connection object for JAXR clients. |
javax.xml.xquery.XQConnection |
getXQUpdateConnection()
Gets the XQJ connection object for updates. |
boolean |
isActiveSoaEdition()
Return whether the server has an ActiveSoaEdition license |
boolean |
isAdditionalFeatureLicensed(java.lang.String feature)
return whether a specified additional feature is licensed |
boolean |
isEnterpriseEdition()
Return whether the server has an EnterpriseEdition license |
void |
lock(java.util.Collection registryObjects,
java.util.Collection lockQualifiers)
Lock the given registry objects exclusively according to the given lock options. |
void |
rollback()
Rollback the current transaction. |
void |
setSubmittingOrganization(javax.xml.registry.infomodel.Organization organization)
Set default submitting organization. |
Methods inherited from interface javax.xml.registry.Connection |
---|
close, getCredentials, getRegistryService, isClosed, isSynchronous, setCredentials, setSynchronous |
Field Detail |
---|
static final java.lang.String SSL_FILE_PROPERTY
Method Detail |
---|
boolean isEnterpriseEdition() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
boolean isActiveSoaEdition() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
java.lang.String getEdition() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
java.util.ArrayList<java.lang.String> getAdditionalFeatures() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
boolean isAdditionalFeatureLicensed(java.lang.String feature) throws javax.xml.registry.JAXRException
feature
- the feature to be checked
javax.xml.registry.JAXRException
java.util.Locale getErrorMessageLocale()
java.lang.String getQueryManagerURL()
void lock(java.util.Collection registryObjects, java.util.Collection lockQualifiers) throws javax.xml.registry.JAXRException
If LOCK_NOWAIT is not specified wait until all locks have been granted.
registryObjects
- the collection of registry objects to be locked. Maybe empty but not null.lockQualifiers
- the collection of lock qualifiers
javax.xml.registry.JAXRException
LockQualifier
,
rollback()
void commit() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
void rollback() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
lock(java.util.Collection, java.util.Collection)
javax.xml.xquery.XQConnection getReadonlyXQConnection() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
javax.xml.xquery.XQConnection getXQConnection() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
javax.xml.xquery.XQConnection getXQUpdateConnection() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
java.util.Collection getUserRoles() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if a registry error occursjava.util.Collection getAllRoles() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if a registry error occursjavax.xml.registry.infomodel.Organization getSubmittingOrganization() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if a registry error occursvoid setSubmittingOrganization(javax.xml.registry.infomodel.Organization organization) throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if a registry error occursjava.util.Properties getSSLProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |