public static final class Repositories.Repository extends Object
Repository| Modifier | Constructor and Description |
|---|---|
protected |
Repository(org.codehaus.jettison.json.JSONObject object) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveSessionsCount()
Returns the number of active sessions on this repository.
|
Map<String,Object> |
getMetadata()
Returns the repository metadata, if any.
|
String |
getName()
Returns the name of the repository.
|
protected Repository(org.codehaus.jettison.json.JSONObject object)
public Map<String,Object> getMetadata()
Map(metadataKey, metadataValue), never nullpublic int getActiveSessionsCount()
int, never negative.Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.