P - the persistent operation classpublic class DbOperationClassVariables<P extends AbstractDbOperation<P>> extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
className
the full classname.
|
Class<P> |
clazz
the class.
|
int |
remoteDelegateId
ID for the remote delegate for this class.
|
| Constructor and Description |
|---|
DbOperationClassVariables(Class<P> clazz)
constructs a classvariable.
|
| Modifier and Type | Method and Description |
|---|---|
org.tentackle.persist.rmi.AbstractDbOperationRemoteDelegate<P> |
getRemoteDelegate(Db db)
Gets the RemoteDelegate for the class and db.
|
int |
getRemoteDelegateId()
Gets the delegateId of the class, i.e.
|
String |
toString() |
public final Class<P extends AbstractDbOperation<P>> clazz
public final String className
public int remoteDelegateId
public int getRemoteDelegateId()
public org.tentackle.persist.rmi.AbstractDbOperationRemoteDelegate<P> getRemoteDelegate(Db db)
db - the db connectionCopyright © 2016 Krake Softwaretechnik. All rights reserved.