|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.j_spaces.jca.GSRecordEntry
public class GSRecordEntry
JCA Record Entry
| Constructor Summary | |
|---|---|
GSRecordEntry()
|
|
GSRecordEntry(Entry entry)
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
boolean |
equals(Object other)
|
int |
getCount()
Returns the count. |
Entry |
getEntry()
get JCA record with Entry object. |
EventRegistration |
getEventRegistration()
Returns the eventRegistration. |
Lease |
getLease()
get JCA record Lease object |
RemoteEventListener |
getListener()
get JCA record RemoteEventListener object |
String |
getRecordName()
|
String |
getRecordShortDescription()
|
long |
getTimeout()
get JCA record timeout |
int |
hashCode()
|
void |
setCount(int count)
Sets the count. |
void |
setEntry(Entry entry)
set JCA record with Entry object. |
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 |
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 GSRecordEntry()
public GSRecordEntry(Entry entry)
| Method Detail |
|---|
public void setEntry(Entry entry)
entry - - The Entry object.public Entry getEntry()
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 | ||||||||