Mule Mongo Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.module.mongo
org.mule.module.mongo.adapter
org.mule.module.mongo.adapters
org.mule.module.mongo.agents
org.mule.module.mongo.api
org.mule.module.mongo.api.transformers
org.mule.module.mongo.config
org.mule.module.mongo.connection
org.mule.module.mongo.connectivity
org.mule.module.mongo.devkit
org.mule.module.mongo.pooling
org.mule.module.mongo.process
org.mule.module.mongo.processors
org.mule.module.mongo.tools
org.mule.module.mongo.transformers
Classes
MongoCloudConnector
MongoObjectStore
MongoSession
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
MongoSession
extends Object
java.lang.Object
↳
org.mule.module.mongo.MongoSession
Summary
Fields
private
MongoClient
client
private String
username
Public Constructors
MongoSession
(String username,
MongoClient
client)
Public Methods
MongoClient
getClient
()
String
getUsername
()
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
private
MongoClient
client
private String
username
Public Constructors
public
MongoSession
(String username,
MongoClient
client)
Parameters
username
client
Public Methods
public
MongoClient
getClient
()
public String
getUsername
()