Class GetGlobalConfigurationFriend.Result
- java.lang.Object
-
- com.sodius.oslc.app.jazz.requests.GetGlobalConfigurationFriend.Result
-
- Enclosing class:
- GetGlobalConfigurationFriend
public static class GetGlobalConfigurationFriend.Result extends Object
References discovered global configuration friends and friend applications that cannot be reached.- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getFriendError(Friend friend)
Returns the throwable stored for this friend if there is oneCollection<Friend>
getGlobalConfigurationFriends()
Returns the discovered Jazz Global Configuration applications registered as a friends.Collection<Friend>
getNonAccessibleFriends()
Returns the applications registered as a friends that could not be reached.
-
-
-
Method Detail
-
getGlobalConfigurationFriends
public Collection<Friend> getGlobalConfigurationFriends()
Returns the discovered Jazz Global Configuration applications registered as a friends.- Returns:
- a collection of Jazz Global Configuration friend applications.
-
getNonAccessibleFriends
public Collection<Friend> getNonAccessibleFriends()
Returns the applications registered as a friends that could not be reached. Usual causes are a network issue or the remote server is down.- Returns:
- a collection of non accessible friends
-
-