|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.cog.gridshell.connectionmanager.ConnectionManagerImpl
| Constructor Summary | |
ConnectionManagerImpl()
|
|
| Method Summary | |
Collection |
getConnections()
|
StartTask |
getCurrentConnection()
Gets the current connection |
StartTask |
getDefault()
|
StartTask |
getDefaultConnection()
Returns a default connection |
boolean |
isCurrentDefaultConnection()
Determines if the default connection is current |
StartTask |
pop()
Removes and returns the last created connection |
void |
push(StartTask connection)
Adds a connection to the top of the stack |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConnectionManagerImpl()
| Method Detail |
public StartTask getDefaultConnection()
ConnectionManager
getDefaultConnection in interface ConnectionManagerpublic StartTask getDefault()
public void push(StartTask connection)
ConnectionManager
push in interface ConnectionManagerconnection - public StartTask pop()
ConnectionManager
pop in interface ConnectionManagerpublic StartTask getCurrentConnection()
ConnectionManager
getCurrentConnection in interface ConnectionManagerpublic boolean isCurrentDefaultConnection()
ConnectionManager
isCurrentDefaultConnection in interface ConnectionManagerpublic Collection getConnections()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||