org.jellyfish
Class ConnectionManagerMock

java.lang.Object
org.jellyfish.ConnectionManagerMock
- All Implemented Interfaces:
- ConnectionManager
- public class ConnectionManagerMock
- extends java.lang.Object
- implements ConnectionManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getContextCalled
public boolean getContextCalled
getContextReturn
public mock.javax.naming.directory.DirContextMock getContextReturn
getContextIICalled
public boolean getContextIICalled
getContextIIUserName
public java.lang.String getContextIIUserName
getContextIIPassword
public java.lang.String getContextIIPassword
getContextIIReturn
public javax.naming.directory.DirContext getContextIIReturn
getContextIINamingException
public javax.naming.NamingException getContextIINamingException
ConnectionManagerMock
public ConnectionManagerMock()
getContext
public javax.naming.directory.DirContext getContext()
- Specified by:
getContext in interface ConnectionManager
getContext
public javax.naming.directory.DirContext getContext(java.lang.String userName,
java.lang.String password)
throws javax.naming.NamingException
- Specified by:
getContext in interface ConnectionManager