com.baan.b3.legacydirectory
Interface IConnectionPoint
- public interface IConnectionPoint
Represents a Bus Component's connection information.
- Version:
- Build Nr 61, file version \\main\\1, 15:09:12 24-07-2006 UTC
|
Method Summary |
java.lang.String |
getPolicy()
Retrieve a policy of this connection. |
URI |
getURI()
Retrieve the URI of this connection. |
boolean |
isPreferredConnection()
Specifies if this is a preferred connection. |
getURI
public URI getURI()
- Retrieve the URI of this connection. E.g. socket://c1234.baan.com:5678
Threading policy: MTSafe.
- Returns:
- the URI of this connection.
getPolicy
public java.lang.String getPolicy()
- Retrieve a policy of this connection.
A BusComponent with 'variable' policy does not have all details
filled in (like no port number specified in URI), it is used as
a template. If the policy is 'fixed' then the URI should be complete.
Threading policy: MTSafe.
- Returns:
- the policy of this connection.
isPreferredConnection
public boolean isPreferredConnection()
- Specifies if this is a preferred connection.
Threading policy: MTSafe.
- Returns:
- a boolean defining if this is a preferred connection.
Visit the SSA Global website for more information.