public class POPAccounting
extends java.lang.Object
| Constructor and Description |
|---|
POPAccounting() |
| Modifier and Type | Method and Description |
|---|---|
static POPTracking |
getInformation(java.lang.Object popObject,
POPRemoteCaller caller)
Get information on a specific caller.
|
static POPTracking |
getMyInformation(java.lang.Object popObject)
Get information on a specific what was tracked about me.
|
static POPRemoteCaller[] |
getUsers(java.lang.Object popObject)
Return to the owner of the object (the same machine where the object reside)
information on who contacted it.
|
static boolean |
isEnabledFor(java.lang.Object popObject)
Check if a POP Object has tracking and accounting capabilities enabled.
|
public static boolean isEnabledFor(java.lang.Object popObject)
popObject - The object we want to check.public static POPRemoteCaller[] getUsers(java.lang.Object popObject)
popObject - The object we want information about.public static POPTracking getInformation(java.lang.Object popObject, POPRemoteCaller caller)
popObject - The object we want information about.caller - One of the caller return by getUsers(java.lang.Object)java.lang.IllegalArgumentException - if tracking is not enabledpublic static POPTracking getMyInformation(java.lang.Object popObject)
popObject - The object we want information about.java.lang.IllegalArgumentException - if tracking is not enabled