|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.j_spaces.jca.GSRecordPojo
public class GSRecordPojo
JCA Record Pojo
| Constructor Summary | |
|---|---|
GSRecordPojo()
|
|
GSRecordPojo(Object pojo)
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
boolean |
equals(Object other)
|
int |
getCount()
Returns the count. |
EventRegistration |
getEventRegistration()
Returns the eventRegistration. |
Lease |
getLease()
get JCA record Lease object |
RemoteEventListener |
getListener()
get JCA record RemoteEventListener object |
Object |
getPojo()
get JCA record with Pojo object. |
String |
getRecordName()
|
String |
getRecordShortDescription()
|
long |
getTimeout()
get JCA record timeout |
int |
hashCode()
|
void |
setCount(int count)
Sets the count. |
void |
setEventRegistration(EventRegistration eventRegistration)
Sets the eventRegistration. |
void |
setLease(Lease lease)
set JCA record Lease object |
void |
setListener(RemoteEventListener listener)
set JCA record with RemoteEventListener object This method required for Notify operation. |
void |
setPojo(Object pojo)
set JCA record with Entry object. |
void |
setRecordName(String recordName)
|
void |
setRecordShortDescription(String recordShortDescription)
|
void |
setTimeout(long timeout)
set JCA record timeout This method required for all GigaSpaces space operations. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GSRecordPojo()
public GSRecordPojo(Object pojo)
| Method Detail |
|---|
public void setPojo(Object pojo)
pojo - - The Entry object.public Object getPojo()
public void setListener(RemoteEventListener listener)
listener - - The listener object.public RemoteEventListener getListener()
public void setTimeout(long timeout)
timeout - in milisec.public long getTimeout()
public void setLease(Lease lease)
lease - Lease object.public Lease getLease()
public String getRecordName()
getRecordName in interface Recordpublic void setRecordName(String recordName)
setRecordName in interface Recordpublic String getRecordShortDescription()
getRecordShortDescription in interface Recordpublic void setRecordShortDescription(String recordShortDescription)
setRecordShortDescription in interface Recordpublic int hashCode()
hashCode in interface RecordhashCode in class Objectpublic boolean equals(Object other)
equals in interface Recordequals in class Object
public Object clone()
throws CloneNotSupportedException
clone in interface Recordclone in class ObjectCloneNotSupportedExceptionpublic EventRegistration getEventRegistration()
public void setEventRegistration(EventRegistration eventRegistration)
eventRegistration - The eventRegistration to setpublic int getCount()
public void setCount(int count)
count - The count to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||