public class SubsystemLogStore<T extends SubsystemLogStore> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SubsystemLogStore.SubsystemLogStoreResources
Child mutators for SubsystemLogStore
|
| Constructor and Description |
|---|
SubsystemLogStore() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
exposeAllLogs()
Whether to expose all logs like orphans etc.
|
T |
exposeAllLogs(Boolean value)
Whether to expose all logs like orphans etc.
|
String |
getKey() |
SubsystemLogStore.SubsystemLogStoreResources |
subresources() |
T |
transactions(List<Transactions> value)
Add all Transactions objects to this subresource
|
T |
transactions(Transactions value)
Add the Transactions object to the list of subresources
|
String |
type()
Specifies the implementation type of the logging store.
|
T |
type(String value)
Specifies the implementation type of the logging store.
|
public String getKey()
public Boolean exposeAllLogs()
public T exposeAllLogs(Boolean value)
public String type()
public SubsystemLogStore.SubsystemLogStoreResources subresources()
public T transactions(List<Transactions> value)
value - List of Transactions objects.public T transactions(Transactions value)
value - The Transactions to addCopyright © 2015 JBoss by Red Hat. All rights reserved.