Interface ISegment
- All Superinterfaces:
IComponent
,IInitializable
,IView
,Serializable
Deprecated.
This API is for backward compatibility.
There is always one segment in MWS cluster configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.Fields inherited from interface com.webmethods.portal.service.view.IView
PROP_DESCRIPTION, PROP_NAME, PROP_TYPE, PROP_URI
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Returns the context segment of the front end url.Deprecated.Returns the namespace segment of the front end url.Deprecated.Returns fully qualified front end url for the segmentDeprecated.Returns the path part of the front end url.Deprecated.Returns the url to the front end server.getRoles()
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.boolean
Deprecated.Returns true if the segment has the given roleboolean
Deprecated.Methods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown
Methods inherited from interface com.webmethods.portal.service.view.IView
getProperties, getProperty, getPropertyNames, getURI
-
Field Details
-
PROP_FRONTENDURL
Deprecated.- See Also:
-
PROP_CORE
Deprecated.- See Also:
-
PROP_WEBSERVERURL
Deprecated.- See Also:
-
PROP_COOKIEDOMAIN
Deprecated.- See Also:
-
-
Method Details
-
getFrontEndUrl
String getFrontEndUrl()Deprecated.Returns fully qualified front end url for the segment- Returns:
- front end url
-
getFrontEndUrlServer
String getFrontEndUrlServer()Deprecated.Returns the url to the front end server. For example, if the full front end url is 'http://host:8080/foo/bar', the url to the server is 'http://host:8080'. -
getFrontEndUrlPath
String getFrontEndUrlPath()Deprecated.Returns the path part of the front end url. For example, if the full front end url is 'http://host:8080/foo/bar', the path part is '/foo/bar'. -
getFrontEndContextSegment
String getFrontEndContextSegment()Deprecated.Returns the context segment of the front end url. For example, if the full front end url is 'http://host:8080/foo/bar', the context part is 'foo' For example, if the full front end url is 'http://host:8080/foo', the context part is '' For example, if the full front end url is 'http://host:8080', the context part is '' -
getFrontEndNamespaceSegment
String getFrontEndNamespaceSegment()Deprecated.Returns the namespace segment of the front end url. For example, if the full front end url is 'http://host:8080/foo/bar', the context part is 'bar' For example, if the full front end url is 'http://host:8080/foo', the context part is 'foo' For example, if the full front end url is 'http://host:8080', the context part is '' -
hasRole
Deprecated.Returns true if the segment has the given role -
getRoles
Deprecated. -
getWebServerUrl
Deprecated.Returns fully qualified web server url- Returns:
- web server url
-
getWebServerUrlServer
Deprecated.Returns the url to the web server. For example, if the full web server url is 'http://host:8080/foo/bar', the url to the server is 'http://host:8080'. -
getWebServerUrlPath
Deprecated.Returns the path part of the web server url. For example, if the full web server url is 'http://host:8080/foo/bar', the path part is '/foo/bar'. -
getCookieDomain
Deprecated.Returns cookies domain for this segment- Returns:
- cookie domain
-
getServers
Deprecated.Same asIClusterProvider.getServers()
-
getServer
Deprecated. -
isCoreSegment
Deprecated.Always returns false- Returns:
-