Searched refs:newInstance (Results 1 - 25 of 56) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
H A DProcessAggregateDataModel.java64 protected void setCIMInstance(boolean newInstance) { argument
65 super.setCIMInstance(newInstance);
66 setStrProp(newInstance, CREATIONCLASSNAME,
H A DActiveProjectModel.java70 protected void setCIMInstance(boolean newInstance) { argument
71 setStrProp(newInstance, CSCREATIONCLASSNAME, SOLARIS_COMPUTERSYSTEM);
72 setStrProp(newInstance, CSNAME, csName);
73 setStrProp(newInstance, OSCREATIONCLASSNAME, SOLARIS_OPERATINGSYSTEM);
74 setStrProp(newInstance, OSNAME, osName);
75 setStrProp(newInstance, CREATIONCLASSNAME, SOLARIS_ACTIVEPROJECT);
H A DActiveUserModel.java59 protected void setCIMInstance(boolean newInstance) { argument
60 setStrProp(newInstance, CSCREATIONCLASSNAME, SOLARIS_COMPUTERSYSTEM);
61 setStrProp(newInstance, CSNAME, csName);
62 setStrProp(newInstance, OSCREATIONCLASSNAME, SOLARIS_OPERATINGSYSTEM);
63 setStrProp(newInstance, OSNAME, osName);
64 setStrProp(newInstance, CREATIONCLASSNAME, SOLARIS_ACTIVEUSER);
H A DSystemDataModel.java44 protected void setCIMInstance(boolean newInstance) { argument
H A DProcessDataModel.java129 protected void setCIMInstance(boolean newInstance) { argument
131 setStrProp(newInstance,
135 setStrProp(newInstance,
139 setStrProp(newInstance,
143 setStrProp(newInstance,
147 setStrProp(newInstance,
151 setStrProp(newInstance,
H A DDataModel.java531 protected void setCIMInstance(boolean newInstance) { argument
532 super.setCIMInstance(newInstance);
533 setStrProp(newInstance, CREATIONCLASSNAME,
535 setStrProp(newInstance, NAME, name);
544 protected void setCIMInstance(boolean newInstance) { argument
545 super.setCIMInstance(newInstance);
546 setStrProp(newInstance, CREATIONCLASSNAME,
548 setStrProp(newInstance, NAME, name);
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DExitRecord.java61 mutatesTo(Object oldInstance, Object newInstance)
63 return (newInstance != null && oldInstance != null &&
64 oldInstance.getClass() == newInstance.getClass());
H A DStackFrame.java59 mutatesTo(Object oldInstance, Object newInstance)
61 return (newInstance != null && oldInstance != null &&
62 oldInstance.getClass() == newInstance.getClass());
H A DUserSymbolRecord.java63 mutatesTo(Object oldInstance, Object newInstance)
65 return (newInstance != null && oldInstance != null &&
66 oldInstance.getClass() == newInstance.getClass());
307 mutatesTo(Object oldInstance, Object newInstance)
309 return (newInstance != null && oldInstance != null &&
311 newInstance.getClass());
H A DFlow.java88 mutatesTo(Object oldInstance, Object newInstance)
90 return (newInstance != null && oldInstance != null &&
91 oldInstance.getClass() == newInstance.getClass());
H A DKernelSymbolRecord.java63 mutatesTo(Object oldInstance, Object newInstance)
65 return (newInstance != null && oldInstance != null &&
66 oldInstance.getClass() == newInstance.getClass());
H A DProbe.java64 mutatesTo(Object oldInstance, Object newInstance)
66 return (newInstance != null && oldInstance != null &&
67 oldInstance.getClass() == newInstance.getClass());
H A DProbeInfo.java72 mutatesTo(Object oldInstance, Object newInstance)
74 return (newInstance != null && oldInstance != null &&
75 oldInstance.getClass() == newInstance.getClass());
H A DProgramInfo.java65 mutatesTo(Object oldInstance, Object newInstance)
67 return (newInstance != null && oldInstance != null &&
68 oldInstance.getClass() == newInstance.getClass());
H A DAggregationRecord.java61 mutatesTo(Object oldInstance, Object newInstance)
63 return (newInstance != null && oldInstance != null &&
64 oldInstance.getClass() == newInstance.getClass());
H A DPrintfRecord.java61 mutatesTo(Object oldInstance, Object newInstance)
63 return (newInstance != null && oldInstance != null &&
64 oldInstance.getClass() == newInstance.getClass());
H A DUserStackRecord.java63 mutatesTo(Object oldInstance, Object newInstance)
65 return (newInstance != null && oldInstance != null &&
66 oldInstance.getClass() == newInstance.getClass());
H A DAggregation.java86 mutatesTo(Object oldInstance, Object newInstance)
88 return ((newInstance != null) && (oldInstance != null) &&
89 (oldInstance.getClass() == newInstance.getClass()));
H A DInterfaceAttributes.java74 mutatesTo(Object oldInstance, Object newInstance)
76 return (newInstance != null && oldInstance != null &&
77 oldInstance.getClass() == newInstance.getClass());
H A DKernelStackRecord.java65 mutatesTo(Object oldInstance, Object newInstance)
67 return (newInstance != null && oldInstance != null &&
68 oldInstance.getClass() == newInstance.getClass());
H A DProcessState.java65 mutatesTo(Object oldInstance, Object newInstance)
67 return (newInstance != null && oldInstance != null &&
68 oldInstance.getClass() == newInstance.getClass());
H A DScalarRecord.java63 mutatesTo(Object oldInstance, Object newInstance)
65 return (newInstance != null && oldInstance != null &&
66 oldInstance.getClass() == newInstance.getClass());
H A DTuple.java78 mutatesTo(Object oldInstance, Object newInstance)
80 return (newInstance != null && oldInstance != null &&
81 oldInstance.getClass() == newInstance.getClass());
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientMsgManager.java87 newInstance(String keyName, method in class:ClientMsgManager
109 SrvLocMsg msg = (SrvLocMsg)msgClass.newInstance();
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DJAShadowAccess.java72 obj = c.newInstance();

Completed in 126 milliseconds

123