Package | Description |
---|---|
com.caucho.server.admin | |
com.caucho.server.cluster | |
com.caucho.server.resin |
Modifier and Type | Method and Description |
---|---|
void |
Management.setResin(Resin resin) |
Constructor and Description |
---|
Management(Resin resin) |
ProManagement(Resin resin) |
TransactionManager(Resin resin)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Resin |
Cluster.getResin()
Returns the owning resin container.
|
Resin |
ServletService.getResin()
Returns the resin server
|
Constructor and Description |
---|
Cluster(Resin resin) |
ProServer(Resin resin)
Creates a new servlet server.
|
ServletService(Resin resin)
Creates a new servlet server.
|
Modifier and Type | Class and Description |
---|---|
class |
ResinEmbedded
The Resin class represents the top-level container for Resin.
|
class |
ResinWatchdog
The Resin class represents the top-level container for Resin.
|
Modifier and Type | Method and Description |
---|---|
static Resin |
Resin.getCurrent()
Returns the resin server.
|
protected Resin |
ResinDelegate.getResin() |
Modifier and Type | Method and Description |
---|---|
static ResinDelegate |
ResinDelegate.create(Resin resin)
Creates a new Resin instance
|
static ResinDelegate |
ResinDelegate.createOpenSource(Resin resin)
Creates a new Resin instance
|
Constructor and Description |
---|
ManagementAdmin(Resin resin)
Creates the admin object and registers with JMX.
|
ProResinDelegate(Resin resin)
Creates a new resin server.
|
ResinAdmin(Resin resin)
Creates the admin object and registers with JMX.
|
ResinDelegate(Resin resin)
Creates a new resin server.
|