|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.failover.FailoverLogicBean
public class FailoverLogicBean
bean in callback for failover logic
Constructor Summary | |
---|---|
FailoverLogicBean()
failover logic bean |
|
FailoverLogicBean(boolean runningInNewThread1,
String connectionName1,
boolean isLastConnection)
|
Method Summary | |
---|---|
String |
getConnectionName()
the connection name which is running |
boolean |
isLastConnection()
true if this is the last connection in the list of connections to try |
boolean |
isRunningInNewThread()
if it is running in new thread |
void |
setConnectionName(String connectionName1)
the connection name which is running |
void |
setLastConnection(boolean lastConnection1)
true if this is the last connection in the list of connections to try |
void |
setRunningInNewThread(boolean runningInNewThread1)
if it is running in new thread |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FailoverLogicBean()
public FailoverLogicBean(boolean runningInNewThread1, String connectionName1, boolean isLastConnection)
runningInNewThread1
- connectionName1
- isLastConnection
- Method Detail |
---|
public boolean isLastConnection()
public void setLastConnection(boolean lastConnection1)
lastConnection1
- public boolean isRunningInNewThread()
public void setRunningInNewThread(boolean runningInNewThread1)
runningInNewThread1
- public String getConnectionName()
public void setConnectionName(String connectionName1)
connectionName1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |