Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
290a316e
Commit
290a316e
authored
14 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
OBP-33 Constants for service name and URL are added to the interface definition
SVN: 16861
parent
c7337a5c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/shared/api/v1/IRawDataService.java
+10
-0
10 additions, 0 deletions
...bis/plugin/phosphonetx/shared/api/v1/IRawDataService.java
with
10 additions
and
0 deletions
rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/shared/api/v1/IRawDataService.java
+
10
−
0
View file @
290a316e
...
...
@@ -33,6 +33,16 @@ import ch.systemsx.cisd.openbis.plugin.phosphonetx.shared.api.v1.dto.MsInjection
*/
public
interface
IRawDataService
extends
IRpcService
{
/**
* Name of this service for which it is registered at the RPC name server.
*/
public
static
final
String
SERVICE_NAME
=
"phosphonetx-raw-data"
;
/**
* Application part of the URL to access this service remotely.
*/
public
static
final
String
SERVER_URL
=
"/rmi-"
+
SERVICE_NAME
+
"-v1"
;
/**
* Tries to authenticate specified user with specified password. Returns session token if
* succeeded otherwise <code>null</code> is returned.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment