|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectasjava.uniobjects.UniBase
UniBase
is a base class that will be inherited by other classes
Field Summary | |
---|---|
asjava.unirpc.UniRPCPacket |
inPacket
|
asjava.unirpc.UniRPCPacket |
outPacket
|
asjava.unirpc.UniRPCConnection |
uniConnection
|
int |
uniEncryptionType
|
UniSession |
uniParentSession
|
int |
uniStatus
|
Method Summary | |
---|---|
int |
getEncryptionType()
retrieves the current EncryptionType value for this object. |
protected boolean |
isCommandActive()
checks to see if a command is in an active state |
void |
setEncryptionType(int aEncryptType)
sets up the EncryptionType to be used for client-server communications in this object |
int |
status()
returns the status of the last method performed on this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public asjava.unirpc.UniRPCConnection uniConnection
public asjava.unirpc.UniRPCPacket inPacket
public asjava.unirpc.UniRPCPacket outPacket
public UniSession uniParentSession
public int uniEncryptionType
public int uniStatus
Method Detail |
public int status()
public int getEncryptionType()
setEncryptionType
method to override the UniSession
default
EncryptionType.
setEncryptionType(int)
public void setEncryptionType(int aEncryptType)
aEncryptType
- integer representing which type of encryption is to be used. 0 disables encryptiongetEncryptionType()
protected boolean isCommandActive()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |