|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XirussRepositoryServer
Defines the server-side API for XirussRepository servers. It provides set methods that should only be exposed on the server side for starting a server.
| Field Summary |
|---|
| Fields inherited from interface org.xiruss.repository.multiuser.api.MultiUserRepository |
|---|
nullSession, nullUser |
| Fields inherited from interface org.xiruss.repository.api.Repository |
|---|
builtinContainerNames, nullBranch, nullDependencyLink, nullDependencyMap, nullMutableSnapshot, nullRepository, nullRepositoryObject, nullResolutionPolicy, nullResource, nullResourceMap, nullSnapshot, nullSnapshotMap, nullStorageManager, nullVersion, nullVersionByResourceMap, nullVersionMap |
| Method Summary | |
|---|---|
void |
setHttpApiPort(int httpApiPort)
Sets the port number by which the repository is served via the HTTP REST API. |
void |
setHttpViewPort(int httpViewPort)
Sets the port number by which the repository is served for direct HTTP access to repository objects (members and version content). |
void |
setName(java.lang.String name)
|
| Methods inherited from interface org.xiruss.xirussrepository.api.XirussRepository |
|---|
accept, createUser, getHttpApiPort, getHttpHost, getHttpViewerPort, getURLforSnapshot, getUrlStringForBranch, getUrlStringForDependency, getUrlStringForObject, getUrlStringForRepository, getUrlStringForResource, getURLStringforResourceOnSnapshot, getUrlStringForSnapshot, whereUsedInCompoundDocOnSnapShot |
| Methods inherited from interface org.xiruss.repository.multiuser.api.MultiUserRepository |
|---|
endSession, getSession, getSessionById, getSessionCount, getSessionIterator, getUser, getUserCount, getUserIterator |
| Methods inherited from interface org.xiruss.repository.schema_aware.api.SchemaAwareRepository |
|---|
getSchemaResource, hasSchema, registerSchema |
| Method Detail |
|---|
void setHttpApiPort(int httpApiPort)
httpApiPort - Port number for the HTTP API.void setHttpViewPort(int httpViewPort)
httpViewPort - Port number for the HTTP servervoid setName(java.lang.String name)
setName in interface XirussRepository
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||