|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resin | |
---|---|
com.caucho.server.admin | |
com.caucho.server.cluster | |
com.caucho.server.resin |
Uses of Resin in com.caucho.server.admin |
---|
Methods in com.caucho.server.admin with parameters of type Resin | |
---|---|
void |
Management.setResin(Resin resin)
|
Constructors in com.caucho.server.admin with parameters of type Resin | |
---|---|
Management(Resin resin)
|
|
TransactionManager(Resin resin)
Deprecated. |
Uses of Resin in com.caucho.server.cluster |
---|
Methods in com.caucho.server.cluster that return Resin | |
---|---|
Resin |
Cluster.getResin()
Returns the owning resin container. |
Resin |
ServletService.getResin()
Returns the resin server |
Constructors in com.caucho.server.cluster with parameters of type Resin | |
---|---|
Cluster(Resin resin)
|
|
ServletService(Resin resin)
Creates a new servlet server. |
Uses of Resin in com.caucho.server.resin |
---|
Subclasses of Resin in com.caucho.server.resin | |
---|---|
class |
ResinEmbedded
The Resin class represents the top-level container for Resin. |
class |
ResinWatchdog
The Resin class represents the top-level container for Resin. |
Methods in com.caucho.server.resin that return Resin | |
---|---|
static Resin |
Resin.getCurrent()
Returns the resin server. |
protected Resin |
ResinDelegate.getResin()
|
Methods in com.caucho.server.resin with parameters of type Resin | |
---|---|
static ResinDelegate |
ResinDelegate.create(Resin resin)
Creates a new Resin instance |
static ResinDelegate |
ResinDelegate.createOpenSource(Resin resin)
Creates a new Resin instance |
Constructors in com.caucho.server.resin with parameters of type Resin | |
---|---|
ManagementAdmin(Resin resin)
Creates the admin object and registers with JMX. |
|
ResinAdmin(Resin resin)
Creates the admin object and registers with JMX. |
|
ResinDelegate(Resin resin)
Creates a new resin server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |