*/
public SipApplicationSessionImpl load(String id, String version)
throws IOException , RemoteLockException {
if (SipReplicationUtil.isInstanceLoadBalancedByCLB() &&
!SipReplicationUtil.isLocal(id)) {
throw new RemoteLockException("load of SipApplicationSession id:" +
id + " aborted. Does not map to this instance");
}
if (id == null) {
throw new IOException("load of SipApplicationSession failed. The id is null.");
}