public class FragmentManager extends Object
| Constructor and Description |
|---|
FragmentManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
This method clears the business transaction fragment builder for the
current thread of execution.
|
FragmentBuilder |
getFragmentBuilder()
This method returns the appropriate fragment builder for the current
thread.
|
protected int |
getThreadCounter() |
boolean |
hasFragmentBuilder()
This method returns whether the current thread has a fragment builder.
|
void |
setFragmentBuilder(FragmentBuilder builder)
This method sets the builder for this thread of execution.
|
protected int getThreadCounter()
public boolean hasFragmentBuilder()
public FragmentBuilder getFragmentBuilder()
public void setFragmentBuilder(FragmentBuilder builder)
builder - The fragment builderpublic void clear()
Copyright © 2015 Red Hat, Inc.. All rights reserved.